> For the
> communication between the MySQL Database and GMaps I use the
> phpsqlajax_genxml.php , which output (the xml) is readable for
> everybody. Is there any method for encrypting this output , make it
> unreadable for the visitors?

The output has to be readable by the webpage with your map on.  People
viewing your map will always have access to any de-crypting method
that you'd have to build into the webpage.  If your data is a secret
don't put it on the web.

> Or is there any way to encrypt this
> piece         GDownloadUrl("phpsqlajax_genxml.php", function(data) {

The viewer's browser has to be able to send the URL to your server.
Whatever steps you take to hide it, it has to be available to the
browser so will always be available to any viewer with the slightest
knowledge.  If your URL is a secret don't put it on the web.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to