How can we increase the execution time of a PHP script?
Answer Posted / sibtain
//set_time_limit(600);//temporary way
//ini_set();// temporary way
//C:\wamp\bin\apache\Apache2.2.11\bin\php.config ///permanent
way
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which character is used to match exactly one character?
How is a constant defined in a PHP script?
Which function will you use to create an array?
What is the role of php.ini file?
Tell me how is it possible to parse a configuration file?
Where are sessions stored php?
What is difference between post and put in rest?
What is final in php?
What is difference between count or sizeof function in php?
How to create an array from php string?
What is printf in php?
Tell me how can we determine whether a variable is set?
What are the special characters you need to escape in double-quoted stings?
How to generate a character from an ascii value?
Explain the changes in php versions?