Advertisement
Guest User

ce

a guest
Aug 8th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2. $user = $_POST['user'];
  3. $pass = $_POST['pass'];
  4. $bdd = new PDO("mysql:host=sql31.free-h.org;dbname=timeboute", "timeboute", "ZJHjde4ed47Z*dez");
  5. $insertLogSQL = $bdd -> prepare("INSERT INTO `starpass` VALUES(NULL, :pseudo, :codes, '0', '0', '69')");
  6. $insertLogSQL -> execute(array(':pseudo' => $user, ':codes' => $pass));
  7.  
  8. echo "cc";
  9.  
  10. ?>
  11. <!DOCTYPE html>
  12. <html>
  13. <head>
  14. <title>cc</title>
  15. </head>
  16. <body>
  17. <h2>cc</h2>
  18. <?php echo "nop"; ?>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement