Guest User

Untitled

a guest
Dec 6th, 2017
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <?php
  2. $json = &#039;{
  3. "userdata": [
  4. {
  5. "first":"Ciaran",
  6. "last":"Huber",
  7. "email":"elementum.purus@utdolordapibus.edu",
  8. "city":"Mayagüez"
  9. },
  10. {
  11. "first":"Lester",
  12. "last":"Watkins",
  13. "email":"orci.sem.eget@quamvelsapien.edu",
  14. "city":"Laguna Beach"
  15. },
  16. {
  17. "first":"Mannix",
  18. "last":"Gilmore",
  19. "email":"sed.sem.egestas@AliquamnislNulla.com",
  20. "city":"Minot"
  21. },
  22. {
  23. "first":"Nathaniel",
  24. "last":"Holland",
  25. "email":"a.odio@Donecnibh.org",
  26. "city":"San Angelo"
  27. },
  28. {
  29. "first":"Wylie",
  30. "last":"Drake",
  31. "email":"lobortis.nisi.nibh@Integer.edu",
  32. "city":"Roseville"
  33. },
  34. {
  35. "first":"Salvador",
  36. "last":"Alford",
  37. "email":"fringilla@adipiscing.edu",
  38. "city":"Vacaville"
  39. },
  40. {
  41. "first":"Kiara",
  42. "last":"Barton",
  43. "email":"fringilla.est.Mauris@utpellentesqueeget.ca",
  44. "city":"Johnson City"
  45. },
  46. {
  47. "first":"Moses",
  48. "last":"Miller",
  49. "email":"per.inceptos@aliquam.edu",
  50. "city":"Boulder Junction"
  51. },
  52. {
  53. "first":"Hillary",
  54. "last":"Serrano",
  55. "email":"elit.pretium.et@scelerisquesedsapien.com",
  56. "city":"Martinsburg"
  57. }
  58. ]
  59. }&#039;;
  60. echo $json;
  61. ?>
Add Comment
Please, Sign In to add comment