[snip]
Dear list,
Is there a way in PHP to update information on an open web page (e.g. to
say 
"Hello, user, I have just logged in"), without the user having to
refresh 
the page himself each time?
[/snip]

No. PHP is server-side, you are looking for something client-side, like
JavaScript.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to