04.10.2015, 16:14
What is the name of your SQL table that stores your accounts? Replace that with the SQL Query.
PHP код:
new query[24];
mysql_format(connection, query, sizeof(query), "SELECT * FROM SQLTableNameInsertHere;");
mysql_tquery(connection, query, "CheckQuery1");
format CheckQuery1();
public CheckQuery1()
{
printf("Number of Accounts: %d.", cache_get_row_count());
}