Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. $username = $_POST['username']
  3. $password = $_POST['password']
  4. $submit = $_POST['submit']
  5.  
  6. ?>
  7.  
  8. <html>
  9. <form action='page.php'>
  10. <input type='text' name='username'>
  11. <input type='password' name='password'>
  12. <input type='submit' name='submit' value='Login'>
  13.  
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement