[PHP] Re: No ouput until program end, why?

2002-10-04 Thread Ernani Joppert Pontes Martins
Have you tried this way ? php -q your_file.php /path/to/output_filename Jean-Christian Imbeault [EMAIL PROTECTED] escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am running a PHP program under Linux on the command line. The problem I have is that I get no output to the

[PHP] Re: No ouput until program end, why?

2002-10-04 Thread Jean-Christian Imbeault
Ernani Joppert Pontes Martins wrote: Have you tried this way ? php -q your_file.php /path/to/output_filename How would this help?? All that would do is redirect the output to a file. My problem is that I want output *before* the program ends ... Why aren't the echo statements I have in

[PHP] RE: No ouput until program end, why?

2002-10-04 Thread Tim Ward
does output buffering not work with command line PHP? http://www.php.net/manual/en/ref.outcontrol.php Tim Ward www.chessish.com -Original Message- From: Jean-Christian Imbeault [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 05:59 To: [EMAIL PROTECTED] Subject: No ouput until

Re: [PHP] Re: No ouput until program end, why?

2002-10-04 Thread Marek Kilimajer
Try checking the output_buffering option Jean-Christian Imbeault wrote: Ernani Joppert Pontes Martins wrote: Have you tried this way ? php -q your_file.php /path/to/output_filename How would this help?? All that would do is redirect the output to a file. My problem is that I want