Skip to content

Instantly share code, notes, and snippets.

@yvan-sraka
Created October 21, 2016 10:01
Show Gist options
  • Save yvan-sraka/ead27300ebe47bbfdd8c745fe8e6b972 to your computer and use it in GitHub Desktop.
Save yvan-sraka/ead27300ebe47bbfdd8c745fe8e6b972 to your computer and use it in GitHub Desktop.
<!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