Login
Remember
Register
Ask a Question
Is it possible to extend the execution time of a PHP script?
0
votes
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
Is it possible to extend the execution time of a PHP script?
#php-php
#php-development
#php-support
#mysql-php
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
anonymous
The use of the set_time_limit(int seconds) enables us to extend the execution time of a PHP script. The default limit is 30 seconds.
...