You are correct. This resulted from using the sample PHP code on the "Geocoding Addresses with PHP/MySQL" page. My apologies for the confusion.
On Mar 20, 1:22 am, Andrew Leach <[email protected]> wrote: > On Mar 20, 12:30 am, wadori <[email protected]> wrote: > > > P.S. I imagine that you already know this, but when I did use the js > > code from the Google web page, I got a message saying the the js > > function split() has been deprecated. > > Did you mean PHP, not Javascript? split() is deprecated in PHP 5.3.0 > -- and removed entirely from PHP 6.0.0 -- where the very similar > explode() is to be preferred. It's not deprecated in > Javascript.http://php.net/manual/en/function.split.phphttp://php.net/manual/en/function.explode.php -- 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.
