What's the easiest way to put XML data into a MySQL database?
| SitePoint Sponsor |




What's the easiest way to put XML data into a MySQL database?
Is that what you were looking for?Code:update mytable set myfield="<root/>" where mypk = $somevalue




If I understood what it meant, maybe.
It means use a normal update. Put the raw XML in the field...
Bookmarks