I used the demo code out on http://code.google.com/apis/maps/articles/phpsqlgeocode.html#geocodephp
My modified code creates an encoded url which I print out with printf before calling the simplexml_load_file($request_url) function. This is the url created: http://maps.google.com/maps/geo?output=xml&key=ABQIAAAAMfx8BnR-un_KIeXRqpI2CBR3CF77lgZojylGEdeq3VdFZDmdmRRjPsZCWXkBxZsXtJlyADeM3TvoXg&q=Torreblanca%2CMurcia%2CSpain I can paste that into a browser and it works fine, but when I try it trough PHP using that function I get "url not loading" Anybody know why I can't use the php function to open that url and get the resulting xml? Thanks, LD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
