Hi all
I want to export data to CSV file, the data contain more than 20000 records, and an errors appear said:
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes)"
OR
"Fatal error: Maximum execution time of 30 seconds exceeded".
I already increase the memory size and I wouldn't increase the execution time, I just want to export the data in multiple CSV files under .zip file.
note: I already use header() function in my code.
Thank you.


