How can we increase the execution time of a PHP script?
Answer Posted / abhi
by changing the following setup at php.inimax_execution_time
= 30
; Maximum execution time of each script, in seconds
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How do you use an array in excel?
What is user defined function in php?
Is variable name casesensitive in php?
What function do we use to find length of string, and length of array?
How failures in execution are handled with include() and require() functions?
How to create reusable code in php?
Tell us how can we display the output directly to the browser?
What are the uses of explode() function?
How can we submit from without a submit button?
What is the difference between == and === operator in PHP?
How is a constant defined in a PHP script?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Tell me how to initiate a session in php?
Is php an oop?
What would occur if a fatal error was thrown in your php program?