progman1010
Programmer
This problem happens intermittently. Sometimes the script executes OK, other times the script crashes due to PHP running Out of Memory. (and the sometimes is even with the same imported file and only 10 minutes apart)
What the script does is take a CSV file sitting on the server and imports it into the database. I even added mysql_free_result() and unloads() around the code and it didn't help.
The specific problem happens in the member record, where i'm importing 4000+ records at a time.
Any help would be appreciated.
The code is in the attached text file.
What the script does is take a CSV file sitting on the server and imports it into the database. I even added mysql_free_result() and unloads() around the code and it didn't help.
The specific problem happens in the member record, where i'm importing 4000+ records at a time.
Any help would be appreciated.
The code is in the attached text file.