Ravi - 2012-06-18 09:35:33
Hi,
I want to insert large xml feed data into database. The size of xml feed is 350 MB. It will take up to 4-5hr to execute because it have a table which are download and upload 3 lacs images to ftp. When i am executing php code file it will show max_execution time error. I have also set ini_set() for max_execution_time but it is not working. How to run script which are taking so long time to execute.
Thank you