Hi, My codes does not show any Latitude or Longitude but it did last night when I started writing this code?!
$postcode = 'BN113ED';
$response = file_get_contents('http://maps.googleapis.com/maps/api/geocode/json?address=' . urlencode($postcode) . '&sensor=true');
$response = json_decode($respon...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.