Skip to content

Instantly share code, notes, and snippets.

@rioleo
Created October 23, 2012 07:43
Show Gist options
  • Save rioleo/3937498 to your computer and use it in GitHub Desktop.
Save rioleo/3937498 to your computer and use it in GitHub Desktop.
index.php
<form action="login.php" method="post">
<label for="foo">Username:</label>
<input type="text" name="username" id="foo">
<label for="bar">Password:</label>
<input type="password" name="password" id="bar">
<input type="submit" value="Login">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment