|
Nota Bene : PASSWORD is a MySQL RESERVED word and as MySQL deals with it in CAPITAL CHAR, it is suggested to insert it in CAPITAL CHAR also in php code : ...password("$PASSWORD") |
The function to krypt the password can also be done elsewhere and then inserted into database manually.
It is possible to force MySQL to accept password field in low CHAR with a proper PHP script. ( Member's Area )
|