Re: [PHP] howto run shell script

2001-12-03 Thread Michael A. Peters
On Mon, 3 Dec 2001 20:46:06 +0700 Danar Prabandaru <[EMAIL PROTECTED]> mentioned: $command="/path/to/my/script.sh"; exec("$command"); > hello php-general, > >how do I run a shell script from PHP web interface?? > >assume /path/to/my/script.sh as the path and the owner and group of >

Re: [PHP] howto run shell script

2001-12-03 Thread Steve Werby
"Danar Prabandaru" <[EMAIL PROTECTED]> wrote: >how do I run a shell script from PHP web interface?? > >assume /path/to/my/script.sh as the path and the owner and group of >this script are belong to apache See exec(), system(), etc. -- Steve Werby President, Befriend Internet Servic