goback add

php注销代码

4004 点击·0 回帖
灯火互联
楼主

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

摘自 ms.元


喜欢0 评分0