Hi
I'm trying to run this program: /usr/bin/htpasswd, from a PHP script using the system command.
I'm unsuccessful though as the program is owned by root and I do not think that the user the PHP script is running under has got access to it.
How should I grant the PHP user/script access to this program (/usr/bin/htpasswd)?
/David