Guest User

Untitled

a guest
Oct 13th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <form id="login">
  2.  
  3.  
  4. <h2 id="logintxt">Log In</h2>
  5. <h1 id="username">User Name:</h1>
  6. <input name="Username" type="text" value="" maxlength="20" id="usernamebox" />
  7. <h1 id="password">Password:</h1>
  8. <input name="Password" type="password" id="passwordtxt" />
  9. <h1 id="forgot">Forgot Password</h1>
  10. <h1 id="register">Register</h1>
  11. <div id="submit">
  12. <img src="login.gif" width="100" height="40" />
  13. </form>
  14.  
  15. Host: localhost
  16. Username: root
  17. Password: root
  18. Database: the_tech
  19.  
  20. <form method="post" action="checklogin.php">
  21. <h2 id="logintxt">Log In</h2>
  22. <h1 id="username">User Name:</h1>
  23. <input name="Username" type="text" value="" maxlength="20" id="usernamebox" />
  24. <h1 id="password">Password:</h1>
  25. <input name="Password" type="password" id="passwordtxt" />
  26. <h1 id="forgot">Forgot Password</h1>
  27. <h1 id="register">Register</h1>
  28. <img src="login.gif" width="100" height="40" />
  29.  
  30. <input type="submit" value="Login">
  31. </form>
Add Comment
Please, Sign In to add comment