Hello.
>an asteriks (*) is posted with the encrypted password to the password field
While solving this issue you might want to check what queries MySQL is
receiving from you PHP application. See:
http://dev.mysql.com/doc/refman/5.0/en/Query_log.html
"W Roothman" <[EMAIL PROTECTED]
Dear All,
When I register a new user in my (php4.1 & MySQL 4) application, using:
$insertSQL = "INSERT INTO tblusers (uname, usurname, uusername, upassword)
VALUES ('$name', '$surname', '$username', password('$password'))";
an asteriks (*) is posted with the encrypted password to the password fi