I have recently begun working my way into the Maps API, and for the most part I am making progress. My PHP/MySQL skills arnt perfect, but they are getting there. I have successfully created a map that loads markers from a DB, a form for adding new locations, and geocoded it successfully.
My problem is this, there are to many steps with my current configuration. I have an index.html with the map, an add_location.php file that is the form, a phpsqlgeocode_xml.php to gecode it, and phpsqlajax_genxml.php to create the XML. Everything but the simple form was done following the guides here. My current process requires me to add a location, then visit the geocode page, then visit the XML page (and refresh it) and then return to the map page and refresh it. I was wondering if the different scripts can be combined to make it easier. http://www.davasso.com/practice/mapapi/ is a current working example, and contains 3 of my pages, my XML page is at http://www.davasso.com/practice/mapapi/phpsqlajax_genxml.php. Any help would be greatly apreciated, I will continue to mess around with it to see if I can solve it, then check back here. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
