Is there a way to override the Script Execution Time in the PHP.INI file?
I have a script that uploads files. The .INI file is set to 30. I had the ISP change this to 180, but the change didn't seem to take effect.
As a precaution, I want to modify my script to forcibly allow 180 seconds for processing.
Any advice?
Override Script Execution time
Moderator: General Moderators
-
vasoftball5
- Forum Newbie
- Posts: 3
- Joined: Mon Jul 08, 2002 9:49 am
- Location: VA, USA
You can try set_time_limit().