exec("useradd test -p abcd12345")
Can the above code be executable in PHP3.0.17 ?
(test), (-p), (abcd) means ?
which is the user login name, password ?
If $loginname(user id), $password(password) then how do I replace it to the coding above ?
First, read the MAN page of passwd. Second, check the forum as this kind of question has been asked 14 times.
Did you have a guide on those page ?
I have read those add user pages that is why I don\\'t understand those stntax format
on your unix machine, type "man useradd"
and search this forum for more information, I'm not going to repeat myself over and over:-)