There is a good PHP/MySQL tutorial written by the Google Geo Team you may want to check out here: http://code.google.com/apis/maps/articles/phpsqlajax.html http://code.google.com/apis/maps/articles/phpsqlajax.html .
This method uses PHP to echo XML, but should get you started in the right direction. Keep in mind if you are storing spatial geometries you will need to convert them to WKT using a function like AsText(the_geom). ----- Bryan R. McBride, GISP http://www.bryanmcbride.com bryanmcbride.com -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Re-First-time-user-of-OpenLayers-FORMAT-of-Layers-BMcBride-tp5111964p5112983.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
