> Is it a must to use xml? > Since I do now what anyone get any of my data, amean the whold list of > addresses, is it possible to get the address from mySql everytime?
You said you were holding your data in MySQL. The XML is just being used as a transport mechanism to get the data from your database to the webpage. What you put into the XML is entirely up to you. If you want to search your MySQL and send only a part of the data, not the whole database, that is how it is usually done. Look at the classic 'store locator' tutorial which does exactly that. You don't have to use XML to transfer the data, you could use JSON or plain text or CSV or .... If your data is secret, don't put it on the internet. Whatever you do, if someone can view your webpage they can get the part of data in view. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
