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