> i wished to learn how it works - mysql - php and googleMap > i found this > linkhttp://code.google.com/intl/sv/apis/maps/articles/phpsqlajax.html > and tryid therehttp://www.weltmeer.ch/divelog/phpsqlajax_map.htm > i more or less just copy pasted the why it goes - but i don't get the > result
You do get a javascript error in your browser, because the XML has failed. It's often recommended here to look at your XML directly and see if its working as expected. Your XML is being fetched from http://www.weltmeer.ch/divelog/phpsqlajax_genxml.php so if you paste that directly in your browsers address bar, you see if it is really XML. It isn't, it is a self-explanatory error message. Then go back to http://code.google.com/intl/sv/apis/maps/articles/phpsqlajax.html#outputxml and read the part about hat to do if your php doesn't have dom_xml -- 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.
