As in most, if not all Google Maps API implementations, your marker data is essentially public.
Your request for "GET phpsqlajax_genxml2.php" is from the client IP. Your php script will be able to field a number of parameters about the requesting client, but not necessarily the fact that the request is being made from your html page unless you specifically include the information in the command line; e.g. .....php?my.html But that is pretty transparent and is not going stop anybody who really wants to have a look! Only include information that you don't mind making public in a publicly available web page. You're publishing the data anyway on your map! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
