Click to See Complete Forum and Search --> : Who's Online Question?
I need a script, prefurably in php, that will display a message on my main page saying "There are currently ## users online" and fill in the ## with the number of users on my entire site. Will I have to convert all my pages to php in order to do this? Can any body show me how to do this? Any help would be greatly appriciated. Thanks. :D
Can someone help me please?
khalidali63
04-14-2003, 02:18 PM
There is this gentleman " pyro",try to get hold of him,he is php guru,am sure he'll be able to help you.
Cheers
Khalid
Nedals
04-14-2003, 05:55 PM
Do you a have a login AND logout?
What if there's only one person visiting? Don't look too good!
This is kind of a waste of time and VERY difficult to measure without a garantee that users logout. It has about the same value as a visitor counter.
If you really want to impress people with numbers, then use a random number. It's just about as useful.
Didn't see this thread 'till now... I believe this thread will be of interest to you: http://forums.webdeveloper.com/showthread.php?s=&threadid=7082 The default script at the top of the page should work for you, if the server has Registered Globals on...