Help with PHP refresh ..

Soldato
Joined
25 Jul 2006
Posts
3,526
Location
Taunton
im not sure how to get this code working as im not a PHP scripter and i would like some help

Code:
<?php <h1 align="center">Thanks for your Email</h1>
<p align="center">&nbsp;</p>
<p align="center"><a href="X">Home</a></p>

header("Refresh: 5;url="X"); 
?>

just want it to refresh the page from the Thanks for your email back to the hompage after 5 seconds

thanks in advance
 
Back
Top Bottom