Advertisement
demetriusPop

RESULTS

Dec 8th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. $query = $wpdb->get_results('SELECT * FROM wp_address_table;');
  2.  
  3. foreach($query as $single_query) {
  4. echo $single_query->json;
  5. }
  6.  
  7.  
  8. <<<<<<<<<<<<<< RESULTS >>>>>>>>>>>>>>>>>>
  9.  
  10. {"results":[{"address_components":[{"long_name":"6143","short_name":"6143","types":["street_number"]},{"long_name":"Hickory Lawn Court","short_name":"Hickory Lawn Ct","types":["route"]},{"long_name":"Indian Trails","short_name":"Indian Trails","types":["neighborhood","political"]},{"long_name":"Grove City","short_name":"Grove City","types":["locality","political"]},{"long_name":"Jackson","short_name":"Jackson","types":["administrative_area_level_3","political"]},{"long_name":"Franklin","short_name":"Franklin","types":["administrative_area_level_2","political"]},{"long_name":"Ohio","short_name":"OH","types":["administrative_area_level_1","political"]},{"long_name":"United States","short_name":"US","types":["country","political"]},{"long_name":"43123","short_name":"43123","types":["postal_code"]}],"formatted_address":"6143 Hickory Lawn Court, Grove City, OH 43123, USA","geometry":{"location":{"lat":39.836196,"lng":-83.058151},"location_type":"ROOFTOP","viewport":{"northeast":{"lat":39.8375449803,"lng":-83.0568020197},"southwest":{"lat":39.8348470197,"lng":-83.0594999803}}},"types":["street_address"]}],"status":"OK"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement