Copy the code The code is as follows:
Logout session_start();
session_destroy();
header("location:index.php");
?>
http://www.bkjia.com/PHPjc/325424.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/325424.htmlTechArticleCopy the code as follows: a href="logout.php" style="color:#F09;"Logout/ a ?php session_start(); session_destroy(); header("location:index.php"); ?...