PHP Simple QA
It contains Simple Questions and Answers in PHP
what is maximum execution time in php
what is maximum execution time in php
If you want to set to infinite time, you can add a line at the top of the script:
set_time_limit(0);
Note that depending on settings you may need to do this in your php.ini file if you have access to it.
Newer Post
Older Post
Home