Re: [PHP] Capturing output of shell script.

2001-07-02 Thread Charles Williams
correction below chuck - Original Message - From: "Charles Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 10:54 PM Subject: Re: [PHP] Capturing output of shel

Re: [PHP] Capturing output of shell script.

2001-07-02 Thread Charles Williams
- Original Message - From: "Brad Hubbard" <[EMAIL PROTECTED]> To: "Charles Williams" <[EMAIL PROTECTED]>; "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 1:12 PM Subject: Re: [PHP] Capturing output of shell script.

Re: [PHP] Capturing output of shell script.

2001-06-30 Thread Brad Hubbard
On Sat, 30 Jun 2001 06:36, Charles Williams wrote: > Hello all, > > I have an .sh shell script being executed from a php4 call. I need to > capture the string return and work with that in the php script. The only > problem is that the call works but I cannot get the returned string. I've > trie

RE: [PHP] Capturing output of shell script.

2001-06-30 Thread Don Read
On 29-Jun-01 Charles Williams wrote: > Hello all, > > I have an .sh shell script being executed from a php4 call. I need to > capture the string return and work with that in the php script. The only > problem is that the call works but I cannot get the returned string. I've > tried using exec

[PHP] Capturing output of shell script.

2001-06-30 Thread Charles Williams
Hello all, I have an .sh shell script being executed from a php4 call. I need to capture the string return and work with that in the php script. The only problem is that the call works but I cannot get the returned string. I've tried using exec, passthru, ``, system, and escapeshellcommand. N