11.01.2016, 21:02
Alright so Im trying to load everything from the SQL but it loads only first 2 rows & ID is incorrect
EDIT: What im trying to basically do is to load the entire table.
PHP код:
new query[256];
mysql_format(mysql, query, sizeof(query),"SELECT `Reason`,`Date`,`By`,`ID` FROM `bolo`");
mysql_tquery(mysql, query, "OnBoloLoad","i",playerid);