首页 > 开发 > PHP > 正文

php注销代码(session注销)

2024-05-04 23:14:57
字体:
来源:转载
供稿:网友

复制代码 代码如下:


<a href="logout.php">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表