> Does anyone know how to detect when a user connects to the Internet
> similar
> to ICQ?

I think you mean messages on  pages like "321 user online"!
As HTTP is a stateless protocol, you can't really know this!!!
It's only an estimation - and you can use sessions to realize this (ask how
many sessions are active - and end a session after a short time like 5
minutes!)

witty

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


-- 
PHP General 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