Hi,
One of my users is running a large report and export it to excel. However, PHP errors out with "time limit exceeded".
The user is prepared to wait a longer time, so what would be the best option for me?
- can mydbr use set_time_limit(0); in its code?
- change the php settings?
It would be a bit of a nuisance to change the entire report structure to use a sort of datawarehouse approach, so if possible I'd like to consider one of the above solutions first.
Best regards