Posted by Oli Filth on 06/13/05 03:25
thomasamillergoogle@yahoo.com said the following on 12/06/2005 22:44:
> Hello,
> Can somebody please reccommend a good library that will wrap a mysql
> query result set in xml tags
That's hardly worthy of a whole library! You can do that in about 5
lines of PHP, I would think.
* Get MySQL result
* For each row, take each field, wrap its contents in tags with its
field-name.
* Wrap each row in <row></row>, or something similar.
--
Oli
[Back to original message]
|