|
Posted by Mladen Gogala on 07/19/06 16:21
Sonnich wrote:
> Hi all!
>
> I have a PHP script, which in extreme cases take more than one hour to
> load. That is on the HTML side, where the browser by some reason might
> cut off, before the PHP has finished.
>
> The point is that I can see that the PHP does what it should right
> until the end, while the client side says the page could not be found.
>
> I should mention, that a large amount of information is sent to the
> client including an <iframe> with a reloading status message. But after
> one hour without </html> the browser (IE) goes on to "the page cannot
> be found".
>
> How do I overcome this?
>
> BR
> Sonnich
>
See set_time_limit and ini_set functions. The "ini_set" can be used to
set the "max_execution_time" parameter value, the same thing as with
"set_time_limit".
--
Mladen Gogala
http://www.mgogala.com
Navigation:
[Reply to this message]
|