Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Last active August 29, 2015 14:07
Show Gist options
  • Save nixon1333/18ff197b7cefe259da05 to your computer and use it in GitHub Desktop.
Save nixon1333/18ff197b7cefe259da05 to your computer and use it in GitHub Desktop.
<html>
<body>
<form action="result.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment