Posted by ZeldorBlat on 01/22/06 20:14
laredotornado@zipmail.com wrote:
> Hello,
>
> Can anyone recommend a good, freeware set of libraries or code for
> using PHP to put XML into a MySQL database?
>
> Much grateful for your experiences and recommendations, - Dave
As far as MySQL is concerned, storing XML is no different than storing
any other piece of text. So the real leg work is on the PHP side.
I've been using the DOM libraries with quite a bit of success:
<http://www.php.net/dom>
[Back to original message]
|