PHP:Logout Page

<?php
session_start();
unset($_SESSION["username"]);
session_destroy();
header("location:login.php");
?>

Post a Comment

Analytics