Skip to content

Instantly share code, notes, and snippets.

@PrivateGER
Last active October 26, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrivateGER/d91deaa15cb7b0a05b35670526cc1025 to your computer and use it in GitHub Desktop.
Save PrivateGER/d91deaa15cb7b0a05b35670526cc1025 to your computer and use it in GitHub Desktop.
Easy Coding - PHP Form Handling HTML
<html>
<body>
<form action="formhandler.php">
<input type="text">
<button type="submit">Submit</button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment