[PHP] PHP and Unix Shell

2001-05-11 Thread YoBro
Hello, Is there any way to execute unix commands as though it was being done at the shell. I am wanting to add users to an htpasswd file. Usually I use at the unix shell: htpasswd /users/jim/.htpasswd username then are prompted for the new password ie password then are promoted again to

Re: [PHP] PHP and Unix Shell

2001-05-11 Thread Jack Dempsey
www.php.net/system check the archives as well for questions relating to this specific issue -jack YoBro wrote: Hello, Is there any way to execute unix commands as though it was being done at the shell. I am wanting to add users to an htpasswd file. Usually I use at the unix shell:

Re: [PHP] PHP and Unix Shell

2001-05-11 Thread YoBro
dude! I have already looked there, but the examples are not clear based on what i am wanting to do. I was hoping somebody in this group has done it before so I could see some example code as to executing a statement like in my first message. Jack Dempsey [EMAIL PROTECTED] wrote in message