> 2) MySQL, how does it store passwords? crypt() I assume? There's been questions flying all over about this... MySQL stores passwords with it's password() function... and I'm not sure if it uses crypt() or not. I'll hafta research that. Ya may want to search on password() in the MySQL docs. I'll do so today. jASON