Good day,
I have a problem and I hope some can help me out.
Situation:
I have a running PHP Application in my computer and I'am using Apache. When I transferred my files to a 2003 Server using IIS 6. My PHP application is working fine but when I tried generating report, after some minutes, the report generation (HTML or EXCEL format) is terminated in the half of its operation.
I tried changing the configuration of the IIS CGI and session timeout but the problem is still there.
I also have the set_time_limit(0) command in my script but still the problem is there.
Any advice?
Thank you very much.