I\'m running into an issue when trying to insert ~20K records into my DB. I notice that even though I\'m echoing inside my foreach loop, I\'m not getting anything outputted
This error depicts that your PHP script has exhausted memory limit due to insufficient memory allocated for script.
You need to increase memory_limit using the ini_set function e.g ini_set('memory_limit','128M');