On Oct 9, 12:06 pm, uzoo <[email protected]> wrote: > I would like to convert the results returned from the geocoder to PHP > variables. I tried PHP's simplexml_load_file() to begin parsing the > data, but it returns 'Warning: simplexml_load_file() > [function.simplexml-load-file]: I/O warning : failed to load external > entity...'
Not a maps issue: this is to do with server configuration. See http://us3.php.net/manual/en/function.file-get-contents.php and in particular the Tip in the Notes section. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
