![]() |
|
|
+ Search |
![]()
|
Feb 8th, 2002 12:33
Michael Wales, Matt Webb,
I would make a table within MySQL that records the time a user last did something. Then just limit the Whos' Online to user's that have done something within that last 5 or so minutes. This is really the only way to do it in PHP, because it's server-side and you can't get the client to send info to the server without them refreshing it.