My account creation is messed up. It works, it implements into the DB but apparently the Encrypt_Password is messed up, if I delete it. and executeit works. Anyone know the command to have it encrypt correctly in PHP? Anyone who helps gets a rep cookie =PCode:update accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)))