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 [email protected] Link to comment https://forums.phpfreaks.com/topic/281069-php-echo-open-a-new-popup/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.