Try
set_time_limit (0);

-----Original Message-----
From: Ondrej Kulaty [mailto:[email protected]] 
Sent: Sunday, March 01, 2009 11:19 PM
To: [email protected]
Subject: [PHP] Re: Browser timeout


40 seconds is not very long execution time for timeout, if you have some 
loop in the script, try to output a dot character, for example, on every 
iteration, with flush() immediately after echo (or whatever command you use 
for sending output).

""????? ????"" <[email protected]> pí¹e v diskusním pøíspìvku 
news:[email protected]...
> Hello, I am running a script that process the user's request, which 
> usually
> takes about 40 seconds. The problem is that on Internet Explorer 6, it
> timeouts - probably because no response was sent.
> How do I solve this problem? Since I tried some things and header()
> messages, nothing worked.
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to