On Thu, 17 Feb 2005 11:33:45 +0200, William Stokes <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I need to make a script/form that can create username and md5 password and
> save the info to mysql db.
> 
You can use:  http://www.php.net/md5 to make MD5 hashes from strings,
or you can just the format of the database field to MD5, which IIRC
will automagically store whatever's assigned to it as an MD5 hash.

-- 
AdamT
"Justify my text?  I'm sorry, but it has no excuse."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to