> No idea on XML - runs off an SQL table called "markers", with the
> columns: id, name, address, lat, lng, type, phone. Is it easier to do
> this sort of thing with XML?

I'm not sure you've grasped how tthe tutorial functions.
This line in your client-side javascript -
    GDownloadUrl(searchUrl....
fires off a request to your server-side PHP script.
Your server-side script selects some data from your MySQL database,
and assembles that into XML which it squirts back to the client.
The XML is just a transport mechanism


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