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 a substring in php?

0 Answers  


> symbol is used to redirect the output of a command. State Whether True or False?

0 Answers  


How to get number of elements in an array?

0 Answers  


what is constructor

0 Answers  


Why using the htaccess file

2 Answers  


Is php developer in demand?

0 Answers  


Which framework is best for php?

0 Answers  


what is the diffrence between for and foreach?

11 Answers   Hirolasoft, IBM, Photon,


how to set session expire(session timeout) using php code

2 Answers  


What are php strings?

0 Answers  


What is class extend in php?

0 Answers  


Describe session in php.

0 Answers  


Categories