> I really strucked here. if any one have idea...please help to me. Can't do anything to help at the moment, your 'server' (your PC?) is offline. It's not going to be easy if you can't put your pages on a real server.
Qouting from your thread in the KML group - "and i tried to generate kml by run the php file i got kml file with extension .php... " Yes, that's what is supposed to happen. The javascript on your webpage makes a request to your script at xxxx.php You server knows it has to run the php script because of the .php extension. You php script runs and the data it generats and returns is actually in KML format. The javascript receives and processes the KML data, it cares not what file extension it asked for. " and i changed extension to .kml then i uploaded from google now its working fine." I don't understand what you did, but if you change the filename extension of a php script to something other than .php it probably won't work. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
