Re: status note for scripts that run a long time

From: Kevin Thorpe (kevin_at_pricetrak.com)
Date: 03/25/04


Date: Thu, 25 Mar 2004 11:07:50 +0000

Alvaro G Vicario wrote:

> *** lars knut wrote/escribió (25 Mar 2004 02:17:35 -0800):
>
>>So I wonder if there's a way to tell the user, that the script is still
>>running and he's got to wait.
>
>
> In this situation, I normally use "echo"'s:
>
> echo "Processing row #" . $row_nr;

I've tried that but Apache caches the php output and it all appears
together at the end. Is there any way to force buffering off?



Relevant Pages

  • Re: Simple syntax hightlight class
    ... Alvaro G. Vicario wrote: ... > syntax highlighting class or script I can use to convert my code snippets ...
    (comp.lang.php)
  • Re: calling a php script using img src ="random.php"
    ... Alvaro G. Vicario wrote: ... > Your script does not return an image. ... > You could either choose a random filename: ...
    (comp.lang.php)
  • Re: download file
    ... The echo's are fine for debugging but, of course, if you use them in the ... final script your file will be messed. ... -- Álvaro G. Vicario - Burgos, ...
    (comp.lang.php)
  • Re: Simple syntax hightlight class
    ... Alvaro G. Vicario wrote: ... > syntax highlighting class or script I can use to convert my code snippets ...
    (comp.lang.php)
  • Re: OO in PHP
    ... "Mudge" wrote in message ... > Alvaro G Vicario wrote: ... Ahem. ...
    (comp.lang.php)