On Thu, 02 Sep 2004 10:16:26 +0300, Pavel Jartsev <[EMAIL PROTECTED]> wrote:
> Don Myers wrote:
> > ...
> >
> > B. Since the PHP-CLI script never ends how can I send the first echo "You
> > have..."?
> 
> Maybe flush() helps.
> http://www.php.net/manual/en/function.flush.php

I always add the following line to the top of all my CLI scripts to
turn off output buffering...

    while (@ob_end_flush());

-- 
Stut

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to