Suppose I need to read a CSV file containing 20,000 product names + this file weighs about 50MB. How can I open such a file using php and execute about 20,000 sql queries.
Increase script execution time? If only this, then you can complete the list with all the settings for php: time, increase memory and so on.
Thank.