denoteone Posted December 28, 2007 Share Posted December 28, 2007 Shouldn't the code below refresh the page and show http://www.bloomingcanvas.com/mike/thankyou.html when the user presses the sendmail button? because all it is doing is refreshing the current page. if(isset($_POST["sendmail"])) { mail($to, $subject, $emailmessage, $headers); echo "<meta HTTP-EQUIV=\"REFRESH\" content=\"3\"; url=\"http://www.bloomingcanvas.com/mike/thankyou.html\">"; } else { } Link to comment https://forums.phpfreaks.com/topic/83497-solved-redirect/ Share on other sites More sharing options...
revraz Posted December 28, 2007 Share Posted December 28, 2007 Instead of posting a new thread on a topic you already have active, you should ask for help again in your existing thread. This will allows others to see the history and help out, rather than start over from the beginning. Link to comment https://forums.phpfreaks.com/topic/83497-solved-redirect/#findComment-424796 Share on other sites More sharing options...
denoteone Posted December 28, 2007 Author Share Posted December 28, 2007 sorry about that. I will add on to my recent post. thank you. Link to comment https://forums.phpfreaks.com/topic/83497-solved-redirect/#findComment-424804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.