PDA

View Full Version : Getting Logged in user info


CrimsonKing
06-20-2003, 08:46 PM
I'm looking to write a PHP script, independent of the forum, that can tell me whose logged on right now.
I have two ideas, one would be through cookies somehow, the other through $bbuserinfo[username], but i know very little about either.
If someone could either tell me which is smartest, and maybe point me in the right direction INFO wise, i don't mind doing the work myself.

Edit: whoops, that used to be on-line, i want logged on

Xenon
06-21-2003, 10:28 AM
you have to require global.php into your script.

then you can use the $bbuserinfo array, which would be definitly the best way :)