0 LIKES LikeUnLike
Currently I have this: if(count($error) == 0) { end_mail(); confirm_message(); } else { form(); }} else {form();}Where confirm_message() is this:function confirm_message() {echo "<div id=\"footer\">\r\n";echo "<h1>Thank you for ordering! \r\n";echo "</div>\r\n";}However, instead of showing this message to the user. I would like to redirect them to a thank you page.So, I would like to replace confirm_message() with thank_you() where thank_you() will take the user to a new page within my site (i.e. thankyou.html) that will have a thank you message for the user and that will help me identify successful conversions.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.