> But I am trying to return markers, so how do I make the map place the > text returned by the xmlhttp request as markers on the existing map?
This is where you have some javascript that receives whatever the php script sends ; parses it ; and actions whatever is needed - like removing any existing markers from the map and replacing it with new ones based on the recieved data. This is outlined in our old friend http://code.google.com/apis/maps/articles/phpsqlajax_v3.html#createmap I really suggest revisting http://econym.org.uk/gmap/example_map11a.htm which seems to me to be very close to what you are asking for. -- 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.
