On Nov 15, 8:26 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > > even urlencode itself replaces spaces with +'s >
hhmmm... '%2C' not '+' On my installation of PHP 5, urlencode() converts 'kerikeri rd, kerikeri, northland, nz' to 'kerikeri+rd%2C+kerikeri%2C+northland%2C+nz' and that's what I use in my HTTP geocoding scripts, though I also use fopen instead of file_get_contents. -- 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 -~----------~----~----~----~------~----~------~--~---
