Dear Helpers I think I'm nearly there but...who really knows.
Basically I wish to display location markers for a subset of locations in my 1000+ item database. Example here: http://test.worldcabfares.net/index.php?country=64&search= The relevant items are retrieved from a PHP/MySQL search conducted on the same page, and the resuls are echoed to screen. For some reason I can't create an XML file for use by the GoogleMap API as well as echo info onto the screen. I've followed Google's "Using PHP/MySQL with Google Maps" example as close as possible with modifications as I learned more. (No, I'm not an experienced developer) The mapping part of the page works fine IF the data comes from a pre- saved XML file ("markers.xml") ...BUT NOT if I try to save the search output to that XML file (named "markers.xml") I get errors as soon as I introduce the: echo $dom->saveXML(); line My interpretation is that somehow the save function clashes with the search and display functions. If anyone has any suggestions on how to save this XML file based on search results I'd be most appreciative. Mark -- 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.
