Hi,
I am using PHPExcel for exporting data from oracle db... i have these
options of date range to choose from for selecting which datas to export.
the problem is, when I export let's say 1 month of data, the script dies.
what I did in order to try to fix the issue was
- change max_execution_time = 1800 ( this is 30 minutes right? )
- use set_time_limit()
but no success. the script still dies when data is like too many..
but when I only choose like 2 weeks, 1 week, or a few days amount of data, the exporting works
fine without any hassle,
anyone who encountered this issue?
I am using PHPExcel for exporting data from oracle db... i have these
options of date range to choose from for selecting which datas to export.
the problem is, when I export let's say 1 month of data, the script dies.
what I did in order to try to fix the issue was
- change max_execution_time = 1800 ( this is 30 minutes right? )
- use set_time_limit()
but no success. the script still dies when data is like too many..
but when I only choose like 2 weeks, 1 week, or a few days amount of data, the exporting works
fine without any hassle,
anyone who encountered this issue?