On Tuesday 17 December 2002 22:29, Art Chevalier wrote:
> Hello,
>
> I want to start a native process and capture the output while it is being
> generated and display it to the screen. I dont want to output to be
> displayed on the screen all at once after the process completes. As the
> process returns output I would like it dynamically displayed to the screen.
>
> Any ideas on how I can do this???

Disable output buffering and use flush(). Your mileage may depend upon your 
webserver.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
"After 40 Terabytes, your fingers start to hurt."

        - David Miller on typing
*/


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

Reply via email to