hello
i must create user at linux server using php..
so i did
#chmod 4755 adduser
add.php
exec("adduser $user -p $password");
but it doesnt work correctly ..
password is not encrypted ..
how can i create user with password using php
please help me --;