PDA

View Full Version : PHP Running on Ballon in Google Earth


lm.moreira
06-17-2008, 02:26 PM
Hi People.

I would like to know how can I run a PHP in the google earth point ballons.

I have created a point, and in the description of the ballon I would like to get some informations from a database with PHP.

How Can I do it??

Thank You

Mickey
06-17-2008, 03:54 PM
Use a network link. Have the network link call your PHP script. As part of the PHP script, have it generate the balloon AND populate the contents of it.

Choose to have the network link update as often as you like, which will give you the opportunity to update the text inside of it.