Not even sure where to start on this one.
Running Apache 2.0.52, PHP 4.3.9, and Fedora core 3.
I have an export to Excel .php that pulls data from SQL 2000 based on a date range you enter. If you have over x amount of data, I get the error
Any suggestions on which way to go, PHP or Apache or Linux, or how to allocate more memory for this function?
Running Apache 2.0.52, PHP 4.3.9, and Fedora core 3.
I have an export to Excel .php that pulls data from SQL 2000 based on a date range you enter. If you have over x amount of data, I get the error
Code:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2255099 bytes) in /htdocs/excel.php on line 30
Any suggestions on which way to go, PHP or Apache or Linux, or how to allocate more memory for this function?