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 |
What is meant by ‘passing the variable by value and reference' in php?
What is the meaning of xdebug?
Does browser understand php?
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
What are the correct and the most two common way to start and finish a PHP block of code?
How to turn on the session support?
What function do we use to find length of string, and length of array?
How to create database connection and query in php?
What is the use of mysql_fetch_array in php?
How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.
Does mysql need php?