Users Online

-Paul-

Fully Optimized
Messages
2,242
i need a php code that will simply display then number of users online... like

"Number of users currently online is:23" or something similar...

there is a catch... it cant use a MySql Database....

thanks
 
There's probably some way of totalling up the number of currently active sessions, do these users have to be actually logged in, or just looking at the page in question?

And why can't you use MySQL? Sounds like some kind of school assignment, if you're working under restrictions like that.
 
You have to have some sort of system to track the users. Now can you even use PHP in general? HTML will not do it alone, strictly client side. If you can use PHP you probably could devise a way to use a flat file but it'd be tedious as hell.
 
Back
Top Bottom