Last active
October 26, 2017 19:05
-
-
Save PrivateGER/d91deaa15cb7b0a05b35670526cc1025 to your computer and use it in GitHub Desktop.
Easy Coding - PHP Form Handling HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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