Re: [PHP] how display msg(5 secs) and then redirect?

2001-01-25 Thread Jon Kjær Amundsen
I don't think you can do it in php since that headers should be send before any other output to the browser, but you can use metatags like this: http://the-other-page.dk"> as you maybe can see the content tell's the browser that it should wait 5 seconds, and then go to the other url. Jon A

[PHP] how display msg(5 secs) and then redirect?

2001-01-25 Thread Hardy Merrill
How do you display a "you are being redirected to xyz page" page for some period of time(5 seconds?) and then redirect to another page without the user having to click on a link or a button? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com -- PHP General