> I want to create a mashup that is like > this:http://maps.huge.info/pinpointaddress.htm > BUT I want to have street number, street name, city, state, country, > etc... in separate database fields. Can it work like this ?
'course it can. It's pretty easy in javascript (or php or whatever) to manipulate strings, by concatenating (and inserting commas if needed) or splitting (eg on commas). How you store the string need have no relation to how you use it. Choose how you store or transfer the string based on what else you expect to do with it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
