I am grabbing an external xml file and converting it into an array with simplexml_load_file in php. My question is, what would be the best way to store that information in a mysql database for processing later? I tried serializing it but I believe you cant do that? When I do I get node no longer valid error or something similiar. Any suggestions/help?
Share
If you got an XML file, why not store that XML and process it later altogether?