View Single Post
Old 01-22-2012, 05:50 PM   PM User | #2
coding_begins
Regular Coder

 
Join Date: Aug 2011
Posts: 134
Thanks: 20
Thanked 0 Times in 0 Posts
coding_begins is an unknown quantity at this point
This will wait for 5 seconds before redirecting it to a new page..
<?php header("Refresh: 5;url=http://www.yourdestination.com/"); ?>
echo "You will now be redirected to a new page, after 5 seconds.";
exit();
?>
Place after you have done all the processing (insert,send or whatever u wish to do)..
coding_begins is offline   Reply With Quote