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 |
Explain different sorting function in php?
What is a namespace in php?
Which variable declarations within a class is invalid in php?
Can we use php variable in javascript?
What is difference between static and final in php?
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
What is helper library?
How do I display php errors?
Explain me is it possible to destroy a cookie?
What is data structure in php?
What is escape data in php?
Does php have a future?