php注销代码(session注销)
程序员文章站
2022-07-07 08:24:33
复制代码 代码如下: 注销
<a href="logout.php" style="color:#f09;">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>
复制代码 代码如下:
<a href="logout.php" style="color:#f09;">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>
上一篇: Maya怎么给球体添加重力场动画效果?