11.03.2016, 18:56
I changed Mysql Version From R6 To R39 but still didnt get what to use instead of those
And
Код:
mysql_num_rows
Код:
mysql_retrieve_row
mysql_num_rows
mysql_retrieve_row
new Cache:result = mysql_query(MySQL, "SELECT `id` FROM `players`"); new rows, fields; cache_get_data(rows, fields); printf("There are %d rows and %d fields in the current result set (aka cache).", rows, fields); cache_delete(result);