How we can display place mark on virtual google earth (ie on browser).
i am trying a lot,but still i have to manualy rum kml file on google earth.
I want direct out put on browser.
thanks in advance.
Manuel Lemos - 2010-05-17 07:48:01 - In reply to message 1 from rahul
KML is a XML format. What you can do is to parse the KML file in the PHP script to extract the placemarks location. Then you add markers to the map like in the test_map_location_input.php.