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
Can we use session in mvc?
Tell us how can we display the output directly to the browser?
How to create an array from php string?
How to define a user function?
How do you count numbers in php?
What is the use of $_server["php_self"] variable?
Where session is stored?
What is c++ polymorphism?
Where php basically used?
What are the functions for imap?
What is php oop?
Can you specify the "new line" character in single-quoted strings?
How do I expire a php session after 30 minutes?
What is the use of final class in php?
Explain the difference between require() and require_once()?