I am able to update my database using my data following the the tutorial here:
http://code.google.com/apis/maps/articles/phpsqlgeocode.html But I want to split the address from the city, state, and zip, so that they appear as two different lines in the output. In my new database I have a field named "address" that contains only the address, and a field named "csz" that contains the city, state, and zip. How do I run the geocoding process using data from both fields? I am assuming I have to make a change to this line: $address = $row["address"]; in my phpsqlgeocode_xml.php file. -- 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.
