Re: [PHP] Cannot output before input
>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
* 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