⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logout.php

📁 图书管理系统
💻 PHP
字号:
<?php
session_start();
require "conn.php";
require "userfun.inc";
require "top.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><?php echo $myschool;?>_<?php echo $orgname;?>_用户注销登录</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
	
<?php 
    //取得已经登录用户的信息
	$tuserid = $_SESSION['userid'];
	$ufun = new useros();
	$ufun -> logout($tuserid);
?>  	
</div>
</center>
</body>
</html>
<center>
<?php
	require "foot.php";
?>
</center>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -