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 |
How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
How be the result set of mysql handled in php?
Tell me which programming language does php resemble to?
Is php a cms?
How we can get the number of elements in an array?
Why php is also called as scripting language?
What is the functionality of md5 function in php?
Tell me how can you pass a variable by reference?
How to Retrieve video files in php from database.....and how to store video on database..
What is isset in php form?
Explain difference between urlencode and urldecode?
Explain do you use composer? If yes, what benefits have you found in it?