hi
i have read the examples about using database
http://code.google.com/apis/maps/documentation/articles.html
but they do not work
if I use
GDownloadUrl("phpsqlajax_genxml.php", function(data) { }
map is loaded without markers
but if I type
GDownloadUrl("phpsqlajax_expectedoutput.xml", function(data) { }
it is ok. phpsqlajax_genxml.php output phpsqlajax_expectedoutput.xml
it is the same when i insert into database
var url = "phpsqlinfo_addrow.php?name=" + name + "&address=" + address
+
"&type=" + type + "&lat=" + lat + "&lng=" + lng;
GDownloadUrl(url, function(data, responseCode) {
it is don't work. Database has no change
database is only updated when i type http://localhost/phpsqlinfo_addrow.php
directly in the browser
please help me
thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---