06.01.2017, 19:03
PHP код:
mysql_query(connectionHandle,"SELECT * FROM players");
mysql_store_result();
new rows = mysql_num_rows();
mysql_free_result();
printf("There are %d accounts",rows);
Код:
[21:53:49] [join] [LC]Martex has joined the server (0:127.0.0.1) [21:54:22] New account registered. ID: 5 [21:54:22] There are 0 accounts [21:54:31] [part] [LC]Martex has left the server (0:1)