> > 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? > Thank you > Alberto Brea PHP is server-side, you need a java applet to do what you are asking. There is a freebie (actually a trial version, but the company that made it is no longer in business) called "Headliner" that checks a text file on the server every so often and updates a scrolling display as changes are made. The trial version places a link to their no-longer-existant webpage in the status bar, but is otherwise fully functional. You can download it here: http://javaboutique.internet.com/Headliner/ JM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php