ERROR i'm getting :
This page isn’t working didn’t send any data. ERR_EMPTY_RESPONSE
I am using PHP language for reading the csv file .
My PHP approach is look like for procession the csv data :
$csvAsArray = array_map('str_getcsv', file($tmpName));
I am sure that the above code creating problem afterwords the code is not getting executing . How i can import more that greater than at least 1 million data at a time ? Can anyone help me out , which approach should i choose ?