Tuesday, 15 October 2024

logout.php

 Hi all

use this code


<?php



session_start();

unset($_SESSION['username']);

header('location:index.php');


?>

No comments:

Post a Comment