:13, merlin <[email protected]> wrote: > > Seems to be that the file_get_contents does not work now for some > reason from a php program but will work from a browser
This isn't a problem with the API, it's a problem with PHP's file_get_contents. As you note, the API works, just not from file_get_contents. See http://us.php.net/manual/en/function.file-get-contents.php, in particular the tip a third of the way down the page: an option needs to be set in php.ini. As you have just changed servers, it's likely that the PHP installation is different. -- 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.
