Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created October 3, 2014 22:11
Show Gist options
  • Save nixon1333/961a4e71d423da6b9dda to your computer and use it in GitHub Desktop.
Save nixon1333/961a4e71d423da6b9dda to your computer and use it in GitHub Desktop.
<html>
<body>
Welcome <?php echo $_POST["name"]; ?><br>
Your email address is: <?php echo $_POST["email"]; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment