ayakachan

logout.php

Oct 10th, 2016
4,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. session_start();
  3. $_SESSIOn["username"] = "";
  4. $_SESSIOn["email"] = "";
  5. $_SESSIOn["nama"] = "";
  6. session_destroy();
  7. header('Location: index.php?status=logout')
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment