線上增減.htpasswd內的使用者include("./class.Htpasswd.php3"); /* 請修改此.htpasswd. $htpasswdfile = "/usr2/amitc/.htpasswd"; // 此行請勿修改 echo ' '; ="'.$PHP_SELF . '" METHOD=POST>'; ? > Username: Password: Verify Password 加入新使用者 🎜> 刪除使用者 變更密碼 FORM> if(!isset($operation)) { } else { echo ""; echo "您要對使用者$username 及密碼$password 進行= [$doop] "; $handle = new Htpasswd($htpasswdfile); switch ($doop) { case 'add': print "使用者"; $retval = $handhandle-username(Username , $password); if($retval) { print "使用者[$username] 加入成功!"; } else { print "加入使用者[$username] 失敗."; } break; case 'change': print '修改密碼'; $retval = $handle-print '修改密碼'; $retval = $handle-p>changePassname,$name, $password); if($retval) { print "[$username] 的密碼修改成功."; } else { print "[$username] 的密碼修改失敗."; } break; case 'delete': print '刪除使用者'; $retval = $handhandle-user> ); if($retval) { print "[$username] 刪除."; } else { print "刪除[$username]時發生錯誤."; } break; case 'verify': print 'Code to verify user's password'; $ret $password); if($retval) { print "[$username] verifies okay with password [$password]"; } else { for🎜> for $username] with [$password] (wrong password or user doesn't exist!) "; } break; default: print '您要中斷 '; } echo ""; } ?> 以上就介紹了 線上增減htpasswd內的用戶,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。