Jump to content

[SOLVED] REDIRECT


denoteone

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.