Advertisement
Guest User

Untitled

a guest
Aug 14th, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.37 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => Array
  4.         (
  5.             [country] => South Africa
  6.             [city] => Array
  7.                 (
  8.                     [0] => Array
  9.                         (
  10.                             [city_name] => Cape Town
  11.                         )
  12.  
  13.                     [1] => Array
  14.                         (
  15.                             [city_name] => City 2
  16.                         )
  17.  
  18.                 )
  19.  
  20.             [area] => Array
  21.                 (
  22.                     [0] => Array
  23.                         (
  24.                             [name] => Some Area
  25.                             [map] => http://localhost/bobz.co/safari/wp-content/uploads/sites/2/2013/07/botswana-safari.jpg
  26.                         )
  27.  
  28.                     [1] => Array
  29.                         (
  30.                             [name] => Other Area
  31.                             [map] => http://localhost/bobz.co/safari/wp-content/uploads/sites/2/2013/07/Pair_of_lions.jpg
  32.                         )
  33.  
  34.                 )
  35.  
  36.         )
  37.  
  38.     [1] => Array
  39.         (
  40.             [country] => Zimbabwe
  41.             [city] => Array
  42.                 (
  43.                     [0] => Array
  44.                         (
  45.                             [city_name] => Some z city
  46.                         )
  47.  
  48.                 )
  49.  
  50.             [area] => Array
  51.                 (
  52.                 )
  53.  
  54.         )
  55.  
  56. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement