How do you set the browser timeout?

Answers were Sorted based on User's Feedback



How do you set the browser timeout?..

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

How do you set the browser timeout?..

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

How do you set the browser timeout?..

Answer / jiten patel

set browser.timeout(seconds);

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

What are the two most common ways to start and finish a php block of code?

0 Answers  


WWhat is the functionality of md5 function in PHP?

7 Answers   Tech Mahindra,


What is the importance of parser in php?

0 Answers  


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?

0 Answers  


Is it possible to get the screen resolution and like with php?

1 Answers  






What is the best way to change the key without changing the value of a php array element?

0 Answers  


What is a variable cost example?

0 Answers  


What does nan stand for computer science?

0 Answers  


Explain what is smarty?

0 Answers  


What are the difference between include_once & Require_once?

2 Answers  


What are the differences between require and include?

0 Answers  


What are the php functions?

0 Answers  


Categories