Created
October 21, 2016 10:01
-
-
Save yvan-sraka/ead27300ebe47bbfdd8c745fe8e6b972 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf8"/> | |
<title>PHP Form Example</title> | |
</head> | |
<body> | |
<form action="index.php" method="POST"> | |
<input name="name" type="text" /> | |
<input name="password" type="password" /> | |
<input value="login" type="submit" /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment