Yeah, that's a little short for md5, plus you want to allow alphabetic characters, too.
Try varchar(32). Happy hacking. Chris Reymond wrote: >This is output... > >select login, password from User where login = 'sysdata'; >+---------+----------------------+ >| login | password | >+---------+----------------------+ >| sysdata | 1b1c2457d12dd976d4cf | >+---------+----------------------+ >1 row in set (0.00 sec) > >Cause I just password's field int(20) ..?? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php