Take data from an XML file and put it into a MySQL database
Posted
by Aidan
on Stack Overflow
See other posts from Stack Overflow
or by Aidan
Published on 2010-06-15T10:31:14Z
Indexed on
2010/06/15
10:32 UTC
Read the original article
Hit count: 195
Hi Guys,
I'm looking to construct a script that would go through an XML file. Would find specific tags in it, put them in a table and fill the table with specific tags within them. I'm using MySQL 5.1 so loadXML isn't an option and I think that ExtractData() method wont be much use either.. but I don't really know. What would be the best way to go about this?
© Stack Overflow or respective owner