Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if(isset($_GET['Submit']))
  2. {
  3. echo '<br> Name: '.$_GET['contactname'];
  4. echo '<br> Address: '.$_GET['contactaddress'];
  5. echo '<br> Phone: '.$_GET['contactphone'];
  6. echo '<br> Message: '.$_GET['contactmesage'];
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement