How do you set the browser timeout?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shravya
for($i = 2000; $i < 2011; $i++) {
echo "<br>".$i, ': ', (date('L', strtotime("$i-01-
01")) ? 'Yes' : 'No'), '<br/>';
}
Is This Answer Correct ? | 3 Yes | 2 No |
What is a substring in php?
> symbol is used to redirect the output of a command. State Whether True or False?
How to get number of elements in an array?
what is constructor
Why using the htaccess file
Is php developer in demand?
Which framework is best for php?
what is the diffrence between for and foreach?
11 Answers Hirolasoft, IBM, Photon,
how to set session expire(session timeout) using php code
What are php strings?
What is class extend in php?
Describe session in php.