建立一個名為yz.php 的頁面 複製程式碼 程式碼如下: require_oncef Auth.php'); function show_login_form () { echo ' ; 使用者名稱: 密碼: ' ; } $opti//root:1@localhost/zs', 'table'=>'users', 'usernamecol'=>'user_name', ' passwordcol'=>'user_passwd', 'cryptType'=>'', 'db_fields'=>'*', ); $auth=new Auth('DB',$options,'show_login_form'); ? > 頭> $auth->start(); if($auth ->checkAuth()){ echo "ok"; 回顯「」; echo "add"; }else { echo "錯誤"; } //$auth->setSessionName($auth->getAuthData('user_name')); ? > 身體> 登入後的會話提交的頁面yzh.php 複製代碼複製代碼程式碼如下:function back(){ echo 'back'; } require_once('Auth.php'); $auth=new Auth('DB',$option,'back'); $auth->start(); if($auth->checkAuth()) { echo "這是一個會話頁面,歡迎"; echo "{$auth->getUserName()}"; } ? > 以上就介紹了p2psearcher綠色安裝版基於pear auth實作登入驗證,包含了p2psearcher綠色安裝版的內容,希望對PHP教學有興趣的朋友有幫助。