getting encrypted password from database

Robert Mann robmann at gp-racing.com
Tue Jun 5 09:13:37 EDT 2007


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 




More information about the use-livecode mailing list