Answer Posted / suren
using the follwing function u can set the script timeout
set_time_limit(900);
timeout too 900 seconds or 15 minutes.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Where is session id stored?
Explain about switch statement in PHP?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is the difference between explode and split?
Explain what are the three classes of errors that can occur in php?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is difference between print_r and echo in php?
Is age nominal or ordinal?
What is polymorphism?
Tell me what is the meaning of a final class and a final method?
How do I run a php script in windows?
How to get a random value from a php array?
How do I find out the number of parameters passed into function9?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Tell me what is the main difference between require() and require_once()?