srikanta Posted August 12, 2013 Share Posted August 12, 2013 After submitting the form in box down showing Thank You!!! But I want to open a new popup on the same window.Can any one help me???????????Here is the coding. <?php if(isset($msg)) echo $msg; if(isset($_GET['email']) && $_GET['email'] == "sent") echo "Thank You!!!"; elseif(isset($_GET['email']) && $_GET['email']!= "sent") header('Location:'.$_SERVER['PHP_SELF']); ?> Thanks & Regards Srikanta Behera beherasrikanta03@gmail.com Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.