Re: Asteriks in password field

2005-11-19 Thread Gleb Paharenko
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]

Asteriks in password field

2005-11-16 Thread W Roothman
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