Hi, I think I am making some progress. I took the rout you suggested and now I am outputting xml here:
http://hikingsanfrancisco.com/outdoors/map_ajax.php?tree_id=43 - View source on this and you will see some xml in the right format per this article: http://code.google.com/apis/maps/articles/phpsqlajax_v3.html I am finding myself stuck on the JavaScript part of loading and processing this XML. My JavaScript is a mess still: http://www.hikingsanfrancisco.com/outdoors/map.php I am confused about how/when to process the new markers. The example places the markers in the load() function, so does it mean I have to 1) Create a new XML in my PHP on user's request 2) Reload the entire HTML page so that the load() function gets called and places the new markers from the xml? Thanks, Alex ps - if you could direct me in the right direction for my HTML/JS in http://www.hikingsanfrancisco.com/outdoors/map.php - that would be great -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
