Re: [PHP-DOC] Help with command system and argument htpasswd

2003-10-30 Thread Gabor Hojtsy
Please ask support questions on [EMAIL PROTECTED] Goba Ing. Oswaldo Peñaloza C. wrote: I use the next command +--- if (system("/usr/bin/htpasswd -b /home/var/key_file $user1 $clave1")) { echo "Update File"; } else { echo "Error !!"; } +- This work very good in other sy

[PHP-DOC] Help with command system and argument htpasswd

2003-10-28 Thread Ing. Oswaldo Peñaloza C.
I use the next command +--- if (system("/usr/bin/htpasswd -b /home/var/key_file $user1 $clave1")) { echo "Update File"; } else { echo "Error !!"; } +- This work very good in other system (RedHat 7.2), but don't understand why don't work in my new server Linux Redhat ver