Jump to content

PHP Echo open a new popup


srikanta

Recommended Posts

 
 
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

 

Link to comment
https://forums.phpfreaks.com/topic/281069-php-echo-open-a-new-popup/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.