Total players registered
#4

What you want to do is... SELECT everything from the table ACCOUNTS and then use the inbuilt function; cache_get_row_count(); to get the number of rows.

PHP код:
new query[24];
mysql_format(connectionquerysizeof(query), "SELECT * FROM Accounts;");
mysql_tquery(connectionquery"CheckQuery1");
format CheckQuery1();
public 
CheckQuery1()
{
    
printf("Number of Accounts: %d."cache_get_row_count());

Reply


Messages In This Thread
Total players registered - by Ugaustin - 04.10.2015, 13:56
Re: Total players registered - by Bartels - 04.10.2015, 14:06
Re: Total players registered - by Ugaustin - 04.10.2015, 14:50
Re: Total players registered - by d1git - 04.10.2015, 15:51
Re: Total players registered - by Ugaustin - 04.10.2015, 16:01
Re: Total players registered - by d1git - 04.10.2015, 16:04
Re: Total players registered - by Ugaustin - 04.10.2015, 16:09
Re: Total players registered - by d1git - 04.10.2015, 16:14
Re: Total players registered - by Ugaustin - 04.10.2015, 16:15
Re: Total players registered - by d1git - 04.10.2015, 16:51

Forum Jump:


Users browsing this thread: 1 Guest(s)