Re: [PHP] Problem with exec, shell_exec

2001-05-18 Thread Charles Williams \(CEO\)
MAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 2:38 PM Subject: [PHP] Problem with exec, shell_exec > below you'll see a bit of code that is not working for me. I have tried > exec, shell_exec, passthru, system. nothing works.

[PHP] Problem with exec, shell_exec

2001-05-18 Thread Charles Williams \(CEO\)
below you'll see a bit of code that is not working for me. I have tried exec, shell_exec, passthru, system. nothing works. If I copy the echoed copy of the command and paste it in an SSH session it works 100%. all of the exec, and such use the 'sh' shell. So I changed to that shell to verfy t