02.02.2014, 07:43
Are you storing the result (i.e mysql_store_result())?
Also, the mysql_fetch_field_row (or mysql_get_field) parameters are as follows: columnname, destination, i.e
Also, the mysql_fetch_field_row (or mysql_get_field) parameters are as follows: columnname, destination, i.e
pawn Код:
mysql_get_field("Admin", DataString);