> -----Original Message-----
> From: David Tandberg-Johansen [mailto:[EMAIL PROTECTED]]
> Sent: 24 February 2001 16:34
> To: [EMAIL PROTECTED]
> Subject: [PHP] DIsplaying page before script finnished
>
>
> Hello!
>
> I wonder if there are any way to display the page before the script is
> finished?
>
> I have a loop in my script,and I want to display the resoult for
> each loop.

If you have output buffering on then you need to flish the buffer (see the
manual) otherwise it should happen automatically.

James


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to