RE: [PHP] Showing online users!

2002-09-24 Thread John Holmes
]] > Sent: Tuesday, September 24, 2002 11:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Showing online users! > > The best way to show online users ... > > every page that is loaded while a user is online the time stamp is updated > in there profile > > > $sql =

[PHP] Showing online users!

2002-09-24 Thread Philip J. Newman
The best way to show online users ... every page that is loaded while a user is online the time stamp is updated in there profile from_unixtime(unix_timestamp(now())-(10*60))"; $sql_result = mysql_query($sql, $connection) or die (mysql_error()); while ($row = mysql_fetch_array($sql_result)) {