Hello all,
I'm making a dashboard kind of a thing for online ticket booking website.
For that I need a list of all the users who are online and if possible, I need to see which page they are on.
I don't know how can I do it. I tried a simple code like this:
$users_list = $users->find();
forea...