On Jun 1, 2:02 pm, Mathieu M <[email protected]> wrote: > > I have a message that file_get_contents is not defined,
It's part of PHP at 4.3.0 and later. See http://php.net/manual/fr/function.file-get-contents.php; this is not a question about the Maps API and you will probably be better off asking in a PHP group. Come back if you have problems using the data you get. > $url = 'http://maps.google.com/maps/geo?q= > $adresse&output=xml&oe=utf8&gl=fr&sensor=false&key=&googlekey'; That's not going to do what you want. You need to include the values of $adresse and $googlekey in your string. -- 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.
