I've tried adding in "&sensor=true" to the end of the googlemaps query (not sure where else to put it) - but that still doesn't work.
It throws up this error: ********************************************** Warning: simplexml_load_file(http://maps.google.com/maps/geo? output=xml&key=ABQIAAAAaMGhEnXdoeSxOcmuCqdq5hRsSfS1Tsow3GMSltnjato1kvvJ1RSNpThJiupwsIcvFn_zpwDqWGEScQ&sensor=false&q=25+Kingland +Crescent%2C+%2C+Poole%2C+Dorset%2C+BH15+1TA) [function.simplexml-load- file]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /home/udoschoi/public_html/geocode.php on line 38 ********************************************** If you copy/paste the URL out of there - http://maps.google.com/maps/geo?output=xml&key=ABQIAAAAaMGhEnXdoeSxOcmuCqdq5hRsSfS1Tsow3GMSltnjato1kvvJ1RSNpThJiupwsIcvFn_zpwDqWGEScQ&sensor=false&q=25+Kingland+Crescent%2C+%2C+Poole%2C+Dorset%2C+BH15+1TA - and open it up, the XML seems to be fine and locatable..? I've asked our hosts to check that the simplexml_load_file() function is working ok, and they said it was, but reset things to make sure. Tony On Oct 16, 1:01 pm, Mike Williams <[email protected]> wrote: > You can also now also get a 610 error if your &sensor parameter is > incorrect. There isn't a separate "bad sensor parameter" error code for > the HTTP service. > > -- > Mike Williamshttp://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
