Someone know how to fix this problem of online users?
Someone know how to fix this problem of online users?
Go to your staff.php file and check if the php code matches the database table names, or look for anything that doesn't seem to be right.
You could also post a part of the code here so we can look at it :)
Edit the method which requests the number of online users from the db. If your emulator does not update the users online number in the db use this:
SELECT COUNT(*) FROM users WHERE online ='1';
Did you put the query like $usersonline = mysql_query("the select statement i posted before");
Also try if manually executing the mysql query returns a value greater than 0