RE: [PHP-WIN] Converting a dos console batch file to a php shell script

2004-09-02 Thread Frank M. Kromann
There is another directive too: ; Implicit flush tells PHP to tell the output layer to flush itself ; automatically after every output block. This is equivalent to calling the ; PHP function flush() after each and every call to print() or echo() and each ; and every HTML block. Turning this opti

RE: [PHP-WIN] Converting a dos console batch file to a php shell script

2004-09-02 Thread Jim MacDiarmid
armid Subject: RE: [PHP-WIN] Converting a dos console batch file to a php shell script Silly response, but did you try the "flush()" command? There's also a setting in the PHP.INI: output_buffering = Off Also check the Output Control Functions: http://us4.php.net/manual/en/ref.outco

RE: [PHP-WIN] Converting a dos console batch file to a php shell script

2004-09-02 Thread Gryffyn, Trevor
Silly response, but did you try the "flush()" command? There's also a setting in the PHP.INI: output_buffering = Off Also check the Output Control Functions: http://us4.php.net/manual/en/ref.outcontrol.php Hope this helps! -TG > -Original Message- > From: Jim MacDiarmid [mailto:[EMAI