当前位置:编程学习 > php >>

php注销代码

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

 

摘自 ms.元

补充:Web开发 , php ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,