Quote:
Originally Posted by [NB
Boylett ]
This is great  but I have a suggestion. When reading multiple rows, why not return 1 if youve read a row and 0 otherwise, like fread. Then we could use:
pawn Code:
while(samp_mysql_fetch_row(string)) { // code }
|
If you took the time to read the documentation, you'll see that feature is already available =>
http://lostgangwarz.free.fr/samp_mys...ysql_fetch_row