How can we increase the execution time of a PHP script?
Answer Posted / aamir
set_time_limit(3600);
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is php explain how php works?
How to create and destroy cookies in php?
Write logic to print Floyd's triangle in PHP?
Which database is best for php?
What is php data type?
Tell me how can we get the error when there is a problem to upload a file?
What does mvc stand for and what does each component do?
What is return value in php?
What is an abstract class in php?
What is difference between md5 and SHA256?
What types of MYSQL function available for affecting columns
How do you remove duplicates from an array?
How do you remove whitespace from the beginning and end of a $string variable?
How to remove white spaces from the beginning and/or the end of a string in php?
How to execute a function in php?