Advertisement
Guest User

index.php

a guest
Jan 29th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <form action="login.php" method="POST">
  2. Username: <input type="text" name="username" /><br />
  3. Password: <input type="password" name="password" /><br />
  4. <input type="submit" value="LogIn" name="login" />
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement