php-general | 2001062
Date: 06/29/01
- Next message: Craig Simon: "[PHP] Printing a string issue"
- Previous message: Jason Lustig: "RE: [PHP] closing window after submit"
- Next in thread: Don Read: "RE: [PHP] Capturing output of shell script."
- Reply: Don Read: "RE: [PHP] Capturing output of shell script."
- Reply: Brad Hubbard: "Re: [PHP] Capturing output of shell script."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Nothing
seems to work. any ideas?
thanks.
chuck
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Craig Simon: "[PHP] Printing a string issue"
- Previous message: Jason Lustig: "RE: [PHP] closing window after submit"
- Next in thread: Don Read: "RE: [PHP] Capturing output of shell script."
- Reply: Don Read: "RE: [PHP] Capturing output of shell script."
- Reply: Brad Hubbard: "Re: [PHP] Capturing output of shell script."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

