Guest User

Untitled

a guest
Jun 27th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1.  
  2. Input data:
  3. array
  4. 'id' => string '6gf' (length=3)
  5. 'date_created' => string '2012-02-22 08:48:28' (length=19)
  6. 'username' => string 'pabidi' (length=6)
  7. 'password' => string 'sledge' (length=6)
  8. 'password_hash' => string '5f412e6774f6fa14db547be6eed83fb558913006' (length=40)
  9. 'email' => string 'qwmel@skull.co.nz' (length=17)
  10. 'gender' => string '' (length=0)
  11. 'name' => string '' (length=0)
  12. 'date_of_birth' => string '1982-05-12 00:00:00' (length=19)
  13. 'address' => string '10 Kauri Point Rd, Laingholm, Auckland 0604, New Zealand' (length=56)
  14. 'suburb' => string 'Laingholm' (length=9)
  15. 'city' => string 'Auckland' (length=8)
  16. 'location' => string '�������oÞy=|BÀFä"UÔe@' (length=25)
  17.  
  18. Template query:
  19. string 'INSERT INTO user SET id = :id,
  20. date_created = :date_created,
  21. username = :username,
  22. password = :password,
  23. password_hash = :password_hash,
  24. email = :email,
  25. gender = :gender,
  26. name = :name,
  27. date_of_birth = :date_of_birth,
  28. address = :address,
  29. suburb = :suburb,
  30. city = :city,
  31. location = :location' (length=289)
  32.  
  33. Result query:
  34. string 'INSERT INTO user SET id = "6gf",
  35. date_created = "2012-02-22 08:48:28",
  36. username = "pabidi",
  37. password = "sledge",
  38. password_hash = "5f412e6774f6fa14db547be6eed83fb558913006",
  39. email = "qwmel@skull.co.nz",
  40. gender = "",
  41. name = "",
  42. date_of_birth = "1982-05-12 00:00:00",
  43. address = "10 Kauri Point Rd, Laingholm, Auckland 0604, New Zealand",
  44. suburb = "Laingholm",
  45. city = "Auckland",
  46. location = ":location:location:location:location:location:location:locationoÞy=|BÀFä"UÔe@"' (length=499)
Add Comment
Please, Sign In to add comment