Hello,

Maybe I can use different thing than GeoXml ?
lat / long and other data are pulled from a database

I have a php script which write the xml file with it
...blablabla
echo "  <item>\n";
        echo "    <title>Listener #$i</title>\n";
        echo "    <link>" . WEBSITE . "</link>\n";
        echo "    <description>$html</description>\n";
        echo "    <geo:lat>$latitude</geo:lat>\n";
        echo "    <geo:long>$longitude</geo:long>\n";
        echo "  </item>\n";
...blablabla

What I can do ? there is another way to present my data ?
I trying to be inspired by http://www.geocodezip.com/ example . Seems
it's you :-)
thanks
--~--~---------~--~----~------------~-------~--~----~
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