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 is an anti csrf token?

0 Answers  


What is the use of dual table in mysql?

0 Answers  


What is member function?

0 Answers  


How to select a database in php?

0 Answers  


can anyone explain about stored procedure,Triggers and transaction in php?

2 Answers  






Which programming language does php resemble to?

0 Answers  


Why do we use inheritance in php?

0 Answers  


1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?

16 Answers   Leeway Hertz,


What is the use of strip_tags() method?

0 Answers  


What is print_r?

0 Answers  


what is constructor in a class, how it is work, how it is call?

2 Answers  


Does empty check for null?

0 Answers  


Categories