ThinkPHP下實現登錄

public function login(){session

 

if(!IS_POST) halt('頁面不存在');this

        

        if(I('code','','strtolower')!=session('verify')){code

        $this->error('驗證碼錯誤');md5

        }io

 

        $db=M('user');function

        $user=$db->where(array('username'=>I('username')))->find();驗證碼

 

        if(!$user||$user['password']!=I('password','','md5')){密碼

  $this->error('帳號或密碼錯誤');error

        }db

 

}

相關文章
相關標籤/搜索