> Something's wrong with your php ; that isn't building a valid request > URL. > Perhaps one of the included files is broke/missing at your server.
If I try the exact same code on my localhost it works fine. The final request would look like this: http://maps.google.com/maps/geo?q=59969+Hallenberg+DE&output=xml&oe=utf8&sensor=false&key=ABQIAAAAQJJLmMxHVLr9eF7Fv4FqahT3NOxqegx8ZFIXr9vaW9XdHQxz6BRZvls1m7ve4uIxMkuDXH8MykyDmw I think thats correct. I also tested to download the generated xml-file from the browser, put it on a different domain and load it via simplexml_load_file. It worked. -- 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.
