注销登录代码-邓炜PHP基本语法(五)状态维持上

注销登录代码$action=$_REQUEST['action']; if($action=='logout') { session_unregister("username"); session_unregister("password"); session_destroy(); seturl('login.php'); }
ppt 文件大小:309.5KB