Quote:
Originally Posted by Vince
pawn Код:
mysql_store_result(); // store result once, before processing while(mysql_fetch_row_format(result2, " ")) // Are you sure you're using a space as delimiter? { printf("result: %s", result2); } mysql_free_result(); // free result once, after processing
|
Thanks a lot!!!!!
samp mysql is pretty hard
![Sad](images/smilies/sad.gif)
thanks for helping!