Guest User

Untitled

a guest
Sep 5th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form action="welcome.php" method="post">
  6. Username: <input type="text" name="user" /><br />
  7. Password: <input type="password" name="pwd" /><br />
  8. <input type="submit" value="Submit" />
  9. </form>
  10. Welcome <?php echo $_POST["user"]; ?>!<br />
  11.  
  12. mysql_connect(mydb,user,123456);
  13.  
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment