阅读背景:

PHP 加密代码_天天的博客

来源:互联网 

if(!function_exists('encrypt_password'))
{
    //密码加密函数
    function encrypt_password($password){
        $salt = 'dsafgdfsfsd';
        return md5($salt . md5($password));
    }
}if(!function_exists('encrypt_password'))
{
 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: