Is there anyway to set timeout time with php? I have a script which is executing more time that my server allows to. How to change timeout time? Is it possible with php? Is it even possible? I can access my server settings only via cPanel.
Asked
Active
Viewed 92 times
-1
-
I get this error: 504 Gateway Time-out – Luka Krajnc Sep 05 '14 at 10:58
2 Answers
0
You can use set_time_limit() found here: http://php.net/manual/en/function.set-time-limit.php

Ranald Lam
- 496
- 4
- 9