Re: [PHP] related to my .htgroup question...

2001-03-09 Thread Richard Lynch
Ok, so I want to be able to do some things with php. 1) add a user to the .htpasswd file I know I can use exec() to run commands on the server. The problem here is that when I do "htpasswd .htpasswd username" I get prompted for passwords twice. How the heck can I do that with php? Will

[PHP] related to my .htgroup question...

2001-03-01 Thread Jason Jacobs
Heh...I'm a list frequenter today... Ok, so I want to be able to do some things with php. 1) add a user to the .htpasswd file I know I can use exec() to run commands on the server. The problem here is that when I do "htpasswd .htpasswd username" I get prompted for passwords twice. How the heck