I have a map that is supposed to be getting the marker points from a
mysql database.  I coded everything up and when I run the xml.php
file, I can see the xml data ouput in the correct format.  If I put
that data out into an xml file called towers.xml (# php xml.php >
towers.xml for example) and load the web page everything gets plotted
correctly but if I just call the php file nothing gets output.

So in other words:

GDownloadUrl("towers.xml", function(data)
  -- This works perfectly, looks just as it should complete with
markers, etc.

GDownloadUrl("xml.php", function(data)
  -- Page renders and displays the map but no markers get output.

Anyone have a quick answer as to why it works with an xml file but not
the php, what am I missing?

Running Enviornment:
CentOS 5
mysql  Ver 14.12 Distrib 5.0.45, for redhat-linux-gnu (i686) using
readline 5.0
PHP 5.1.6 (cli) (built: Jul 16 2008 19:53:00)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to