Posted by Jeff on 01/30/07 13:39
Hey
I'm developing a web site using PHP 5.2.0 and MySql5.
Now I'm trying to implement Google Map into the web site. My problem here is
that this ajax service wants the Geo Locations sent in a xml format...
Lets say this is the select
select lattitude, longitude from location where id = 1;
The result of that select is what I want converted into a xml format and
then sent to the requesting ajax service....
All the examples I've read about this subject are using a flat xml files
stored on the server... but that is no good solution.. -> I want the xml to
be dynamically generated and sent over to the requesting ajax service... I
don't know how to generate such a xml output of a database select..
Any suggestions?
Jeff
[Back to original message]
|