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 |
Which cryptographic functions in php returns the longest hash value?
What is the phpstorm?
What is basename php?
Differentiate between require and include?
How to convert numbers to strings in php?
What is variable function php?
How to generate a character from an ascii value?
How be the result set of mysql handled in php?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
How to find the length of a string?
what is magic code ?
4 Answers eVenturers, iFlash, Zynga,
Why should I store logs in a database rather than a file?