Jump to content

srikanta

New Members
  • Posts

    1
  • Joined

  • Last visited

srikanta's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • 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.