Skip to content

Instantly share code, notes, and snippets.

@biplab3
Created May 11, 2020 02:31
Show Gist options
  • Save biplab3/4285e8322101a80698ef7f21fc7cd9d7 to your computer and use it in GitHub Desktop.
Save biplab3/4285e8322101a80698ef7f21fc7cd9d7 to your computer and use it in GitHub Desktop.
<?php
include '../connect.php';
session_start();
//destroy the session
session_unset();
//redirect to login page
header("location: login.php");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment