Re: [PHP] Cannot output before input

2003-08-18 Thread Chris Lee
>ob_flush() Thanks curt, it's working ^_^ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cannot output before input

2003-08-17 Thread Curt Zirzow
* Thus wrote Chris Lee ([EMAIL PROTECTED]): > Hi All, > > I run the following program at Windows command prompt > > c:\php\cli\php.exe input.php > > print "Input:"; > flush(); use ob_flush() instead. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mail

[PHP] Cannot output before input

2003-08-17 Thread Chris Lee
Hi All, I run the following program at Windows command prompt c:\php\cli\php.exe input.php The program did not show out "Input:" and waiting for input after run! Any hint to flush the output first? I am using PHP 4.3.2 (cli) (built: May 28 2003 15:10:38) Regards, Chris Lee -- PHP General M