Hi, I use the php file command to access googlemaps, where you are returned an array by supplying i.e. address, city, and state.
For instance: $googleFileArray=file(http://maps.google.com/maps/api/ geocode/json?address='123_mainsteet+buffalo+new_york') You are then returned an array where you should check that an element with 'STATUS'=OK. If so, check for array elements containing LAT and LNG. On Jul 25, 4:36 pm, Jason <[email protected]> wrote: > http://code.google.com/apis/maps/articles/phpsqlgeocode.html > > Hi, I'm looking at the above code and I'm not well versed in mySQL > code - > > I have a table - jos_ezrealty, that has the address divided out into 3 > fields (address, city, state) and those values are filled in. I also > have my lat and long fields (declat and declong), some of which are > filled (about 50%). > > I need some help adjusting the above code to work with my table > structure. > > help? thanks! -- 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.
