PHP: Telling who's online similar to macosx.com page

liquidg3

Registered
How can i tell whos online, more importantly, how can i see if they've left?

I can easily use PHP and mysql to log everyone who views a page, but how can i tell when they leave?

So, add their IP and username to database when a page is loaded, but they would need to be removed when they left.

This can be done using a log-out page, then deleting them from the database, but i don't want them to appear online if their not.


Thanx
 
The system on forums like this usually assumes that the user is online 5 minutes after the last activity. So after 5 minutes, the user is removed from the list :)
 
Back
Top