Tuesday 29 November 2016

How to redirect get your own page page after your successful submit button in php codes with example

After fill correct information you click submit button and you have got a successful message and after that you redirect got your same page or any deferent page what you want.








After send or submit button you can got this type of message. This message you can got if you use java script code. I provide you code below you can use this code on you website and your any project.


After your successful send message you will get back your ASAP. If you are use this code. Please copy this code and paste on you website and and your project.


  1. <HTML>
  2. <BODY>
  3. <?php echo '<script language="javascript">';
  4. echo 'alert("Your Message successfully sent, we will get back to you ASAP.");';
  5. echo 'window.location.href="contact.php";';
  6. echo '</script>';
  7. ?>
  8. </HTML>
  9. </BODY>


Note: please comment's if you like this blogs and share your problem with me I will solve your problem's.