RE: [PHP-DB] real time output

2002-12-17 Thread Gary . Every
, December 17, 2002 8:27 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] real time output 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 complete

[PHP-DB] real time output

2002-12-17 Thread Art Chevalier
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.