JW
04-08-2001, 08:01 PM
I looked through some of the past posting on the subject, however didn't get the clear answer.
First off, newbie to PHP.
Next, I want to convert the crypt in my cgi to PHP
$newpassword = crypt($INPUT{'pwd'}, aa);
that is used to produce something like this for the htpassd file
Bill:aa/MdJwt7RrTg
and works well.
Any suggestions.
Thanks.
JW.
First off, newbie to PHP.
Next, I want to convert the crypt in my cgi to PHP
$newpassword = crypt($INPUT{'pwd'}, aa);
that is used to produce something like this for the htpassd file
Bill:aa/MdJwt7RrTg
and works well.
Any suggestions.
Thanks.
JW.