On Jun 19, 6:12 pm, Sonali <[email protected]> wrote: > Hi, > > I am able to display map on web browser by using folling link, > file:///C:/Users/sonali/Desktop/Map%20with%20PH%20&%20Mysql/Using%20PHP%20_MySQL%20with%20Google%20Maps.html > > But markers on the map are not displayed at all. where the xml data > get displayed on web browser, I am using phpsqlajax_genxml2.php for > taking data from mysql database. > Please tell me what is the problem.
Hi, that is very nice that you can display map locally, but everyone beside you can't access it and view what could be the problem. You should upload it somewhere, if you can. I see that you're using example from this article http://code.google.com/apis/maps/articles/phpsqlajax.html Check out first database connection parameters (username, password) in phpsqlajax_dbinfo.php, and that you included that file in your phpsqlajax_genxml2.php, if they are correct let's go to next step. Try to open your phpsqlajax_genxml2.php in your browser and check out do you get any data parsed to XML from your database. -- 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.
