Guest User

Untitled

a guest
Jun 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html>
  2. <body>
  3. <?php
  4.  
  5. $objconnect = mysql_connect ('localhost', 'root', '');
  6. mysql_select_db ('hannes');
  7. $strquery = mysql_query ("")
  8.  
  9. $username = $_POST['username']
  10. $password = $_POST['password']
  11.  
  12. <form action="" method="post">
  13. Användarnamn:<br />
  14. <input type="text" name="username">
  15. Lösenord:<br />
  16. <input type="text" name="password">
  17. <input type="submit" value="logga in">
Add Comment
Please, Sign In to add comment