In my mysql database the users password is encrypted, to check and make sure the password is correct when they login to my web site I use the following $login_passwd = md5(addslashes(delmagic($_POST["login_passwd"]))); Can I do the same thing with the Valentina database in my standalone? Thanks Rob