how to display all logged in user using php?

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
bbsrma
Forum Newbie
Posts: 1
Joined: Mon Jun 15, 2015 12:13 pm

how to display all logged in user using php?

Post by bbsrma »

how to display all logged in user using php?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: how to display all logged in user using php?

Post by Celauran »

Store active sessions in a DB table, query against that table.
Post Reply