On Feb 18, 2:45 pm, superduper <[email protected]> wrote: > Hi, > Don't have much programming knowledge, especially javascript. What i'm > trying to do is display multiple markers on a google map from > addresses extracted from sql query. I have got the query working, but > have no idea how to pass these multiple addresses to google api > javascript to plot the address.
It is hard to tell what you are doing. I would suggest storing the latitude and longitude in the database as well as the address, then Mike Williams' tutorial: http://econym.org.uk/gmap/ or this tutorial: http://code.google.com/apis/maps/articles/phpsqlajax.html should help you put the pieces together. -- Larry > > I think a loop is required. > > Has anyone done this before or my have an example I can use as a > template. > > Thanks -- 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.
