Sessions and some kind of counter variable. Check the documentation for more info on 
sessions. Basically it would go like this:

1) User loads page and a session is created, this increments the counter by one
2) When the session is destroyed the counter is deincremented.

Then create a nifty little php script to view the counter variable. You could add alot 
of stuff to this, like how many for each page, etc, but you really have to ask 
yourself..Do I need to know this? What will I gain? Is it worth the trouble? Can I 
just use the web server log files and a analizer program, plus a little math and 
figure this out? Yep, sure can.

Voll

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] how do you determine how many people are on your
webpage right now!


how do you determine how many people are on your webpage right now?

       -Sean-

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to