Hi all
use this code
<?php
session_start();
unset($_SESSION['username']);
header('location:index.php');
?>
No comments:
Post a Comment