So would a user registration form that had it's password input maxlength property set to 20, and the password field in the MySQL table set to varchar with a length of 32 work?
Sorry about all the questions. I messed up my login script tonight, and it took me awhile to figure out it was because I had changed the password length in the database.
So would a user registration form that had it's password input maxlength property set to 20, and the password field in the MySQL table set to varchar with a length of 32 work?
Yes, the output character length is independent of the input character length.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)