php注销代码
<a href="logout.php" style="color:#F09;">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>
摘自 ms.元
补充:Web开发 , php ,
<a href="logout.php" style="color:#F09;">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>
摘自 ms.元
补充:Web开发 , php ,
上一个:分页的思路以及在ZF中的使用
下一个:php函数中使用static