Fanatic (July 30th, 2011)
Job Recommendations
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /.../wp-content/themes/jobroller/includes/theme-functions.php on line 750
Warning: file_get_contents(http://maps.google.com/maps/geo?q=Montreal&output=json&language=en®ion=CA) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /.../wp-content/themes/jobroller/includes/theme-functions.php on line 750
if ($cached) :
$address = $cached;
else :
$address = json_decode((file_get_contents($address)), true);
if (is_array($address)) wp_cache_set( 'geo_'.urlencode($location) , $address );
endif;
if (is_array($address)) :
$full_address = $address['Placemark'][0]['address'];
Fanatic (July 30th, 2011)
tinygiantstudios (July 30th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)