putting XML into a MySQL database
am 22.01.2006 02:35:00 von laredotornado
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
Re: putting XML into a MySQL database
am 22.01.2006 19:14:42 von zeldorblat
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: