How can i make a page show itself (for like 10 seconds) then redirect itself to another.
ie:
Thank you page (After a form has been submitted)
redirects to --
the home page
Any ideas?
Much appreciated.
Posted 01 June 2007 - 08:57 PM
Posted 02 June 2007 - 12:00 AM
<META HTTP-EQUIV="Refresh" CONTENT="10; URL=page.html">
<?php echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"10\" URL=page.html\">"; ?>
Edited by Tirus, 02 June 2007 - 12:12 AM.
Posted 02 June 2007 - 12:19 AM
header('Refresh: 10;url=page.html');
But you should be warned that my specific example is deprecated and supposedly not supported by HTTP/1.1. It has worked on everything i've tested it on though.Edited by rc69, 02 June 2007 - 12:20 AM.
0 members, 1 guests, 0 anonymous users