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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
