21.07.2013, 15:42
You could just get a free wiki.
Anyway, when using R7, I did this to retrieve the rows in a while loop and put them in a string with delimiters:
but that doesn't seem to work in R29 (mysql_fetch_row_format doesn't seem to return a value). How would I (using cache) go through every row and get a string with delimiters as a result? Hope you understand what I mean.
Anyway, when using R7, I did this to retrieve the rows in a while loop and put them in a string with delimiters:
pawn Код:
while(mysql_fetch_row_format(dest))