Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> PhpScript </title>
  4. </head>
  5. <body>
  6.  
  7. <form ACTION="feed.php" METHOD="POST">
  8. <input type="text" NAME="name" value="Name" size="20">
  9. <input type="submit" value="Skicka">
  10. </form>
  11.  
  12.  
  13. <?php
  14. $host="127.0.0.1";
  15. $user="root";
  16. $pass="1111111111111111";
  17. mysql_connect("localhost", "root", "ranzmoveyummi77!!");
  18. echo select * from name;
  19. mysql_close();
  20. ?>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement