finding users online at any moment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

finding users online at any moment

Post by bugthefixer »

I want to dispaly on my site how many users are online right now. Is there any specific function to findout users currently online.Currently i m using database, everytime a user signs in the value in databse is incremented and everytime he signs out the value in databse is decremented.But i think there is some specific function to do that.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Post Reply