Wednesday, January 6, 2016



How to send the message in header to set the location and get this message on page which you have set in header.


header('Location:reg_form.php?msg=Data Saved successfully!. ');

<?php if(isset($_GET['msg']))
   {
               echo $_GET['msg'];
   }
  

No comments:

Post a Comment

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...