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:
<meta HTTP-EQUIV="refresh" CONTENT="5;url=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
At 07:58 25-01-01 -0500, Hardy Merrill wrote:
>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 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]
--
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]