--- Ron Rudman <[EMAIL PROTECTED]> wrote:
> There are already plenty of echo statements in foo!  They DO show up
> when I run php foo. It's when I try to use system("php foo") that I
> don't get anything.

I missed the original question, but why are you trying to use the PHP CLI
from within PHP itself? Can you perhaps use eval() instead?

http://www.php.net/eval

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to