php form redirect

mattiasb

New Member
I'd like to redirect my PHP form to a chosen side on the site after say 5 secs, have tried with redirect="5" which did not work. what code should I use?

my code:

if($send_contact){
echo "Thank you for your message. Our staff will return to you as soon as possible." ;
}
else {
echo "ERROR";
}
?>
 
Top