Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 isset post?

0 Answers  


What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?

0 Answers  


How to send a cookie to the browser?

0 Answers  


Is null check in php?

0 Answers  


HOW we can use css

3 Answers   ConSim, IPsoft,


What is singleton design pattern in php?

0 Answers  


What is the use of session and cookies in php?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


How do you use end in python?

0 Answers  


How do you create an array in php?

0 Answers  


How to find second highest salary

9 Answers  


Tell me what is mean by an associative array?

0 Answers  


Categories