My name is Seooto
I have read series of articles about using database to show markers
and save data from user-input-form. I also imitated they but the codes
do not run

when i load the markers
If i type
   GDownloadUrl("phpsqlajax_genxml.php", function(data)
{ .... } .......
map is loaded without markers

but if i type
   GDownloadUrl("phpsqlajax_expectedoutput.xml", function(data) { }
then it is ok.phpsqlajax_expectedoutput.xml is generated by
phpsqlajax_genxml.php

the same problem when i save data
   var url = "phpsqlinfo_addrow.php?name=" + name + "&address=" +
address +
               "&lat=" + lat + "&lng=" + lng +  "&type=" + type ;
   GDownloadUrl(url, function(data, responseCode) { } ...
having no change in database. Database only is updated when i type
directly phpsqlinfo_addrow.php from browser (http://localhost/
phpsqlinfo_addrow.php?name=test&address=test&lat=12&lng=12&type=test

Please help me
Thank you so much

[email protected]



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