Re: AW: [PHP] How to pipe a command output into another command

2001-02-23 Thread Martin Kong
t; -Ursprungliche Nachricht- > Von: Martin Kong [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 21. Februar 2001 15:45 > An: [EMAIL PROTECTED] > Betreff: [PHP] How to pipe a command output into another command > > >From within PHP, I'm trying to execute an external comm

[PHP] How to pipe a command output into another command

2001-02-21 Thread Martin Kong
>From within PHP, I'm trying to execute an external command and pipe (|) the result into another command, then capture the output. I've tried everything, exec, system, passthru, popen and backtick, and still could get it to work. Has anyone done it before? Is it possible with PHP? Running PHP