Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

Re: [PHP] buffers... From: ~~~i LeoNid ~~ (nux <email protected>)
Date: 09/27/01

On Thu, 27 Sep 2001 15:25:43 +0200 impersonator of renze <email protected> (*
R&Ze:) planted &I saw in php.general:

><Original message>
>From: Nic Skitt <nic <email protected>>

>> Hi all,
>>
>> how do you flush the buffer in PHP?
>>
>> IE, running through code but wanting to output to the browser at specific
>> points, in a while loop for instance.
>>
>> Cheers
>>
>> Nic
>
></Original message>
>
><Reply>
>
>It's in the manual:
>
>void flush (void)
>see: http://www.php.net/manual/en/function.flush.php
>
></Reply>
>
Keep in mind that it is just 4 php to get rid of data:) Web servers and
browsers may and indeed do (in most cases) have own buffering. So, your
output will not, most probably, appear at user's sight at your proposed
moments:((( Its in the manual too, and its true:)

--
i leonid http://nux.home.dk3.com

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>