which is the script from site to see people who are online in the server?
Ex: Total Accounts Created: 21
Help me?
:scratch:
which is the script from site to see people who are online in the server?
Ex: Total Accounts Created: 21
Help me?
:scratch:
You can copy and paste from my script.
I want a script to see who is online at server...
help me ;D
You know people have to make these scripts they don't just appear on somebodys hard drive..
Thats basic from lotfCode:$link=mysql_connect ("localhost", "root", "password") or die ('Error: ' . mysql_error()); mysql_select_db ("coproj"); $res = mysql_query("SELECT count(*) FROM accounts WHERE Online=1;"); $val = mysql_fetch_array($res); echo "<br /><center>Total Accounts Online: ".$val[0]."</center>";