Re: Output text status on a long class

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 14, 2008 at 11:19 AM, Chrome <admin@xxxxxxxxxxxx> wrote:
>
>
>> -----Original Message-----
>> From: uaca man [mailto:uacaman@xxxxxxxxx]
>> Sent: 14 October 2008 16:10
>> To: php-general@xxxxxxxxxxxxx
>> Subject: Re:  Output text status on a long class
>>
>> Dan,
>>
>> Try
>> echo "some text";
>> ob_flush() <http://br2.php.net/manual/en/function.ob-flush.php>;
>> *flush()* ;
>>
>> also take a look at the documentation at:
>> http://br2.php.net/manual/en/function.flush.php
>>
>> Angelo
>>
>
> Hi Angelo and Stut
>
> Strange happenings.  Tried a few combinations of your suggestions but the
> output is still just dumped at the end
>
> Odd
>
> Thanks for the input (and this may be something to do with the server (which
> I didn't set up))
>
> Dan

There could be other causes, including the browser. Read the author's
note on this page:

http://www.hudzilla.org/phpbook/read.php/13_9_0

I'm not sure what browsers might have similar limits. I suspect they
do it because they usually download full documents all at once rather
than in delayed increments and they want to eliminate a lot of
unnecessary page reflows as content is being delivered. I think I've
even seen a FF extension that waits to display anything until the full
page has been downloaded since it makes pages appear to download
faster.

Andrew

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux