On Sep 16, 7:40 pm, meleader2 <[EMAIL PROTECTED]> wrote: > hm > > the bool(false) becomes NULL when using file_get_contents and pointing > to maps.google.com, but echoes outhttp://www.php.net'swhole page > when pointing file_get_contents tohttp://www.php.net
That's no way to debug. There are error codes available which you should be examining. Also, look at the PHP manual. It says: "On failure, file_get_contents() will return FALSE." (Not null) Your problem is PHP, and not Google Maps API. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
