Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>update</title>
  4. </head>
  5. <body>
  6. enter your username and password<br />
  7. <br />
  8. <form action="update2.php" method="post">
  9.   username<br />
  10.   <input type="text" name="username">
  11.   <br />
  12.  
  13.   <br />
  14.   password<br />
  15.   <input type="password" name="password">
  16.   <br />
  17.   <br />
  18.   <input type="submit" name="log in">
  19. </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement