Forum Moderators: coopster
I setup a script that will take xml data and insert it into a mysql database. The problem is, some of the xml files I deal with can get up to over a GB.
Considering the file is so large, the page simply just times out so I found the xml file cannot be larger than 10mb.
Is there a script I can use that will deal with larger xml filesizes?