Advertisement
mfauziproject

logout.php

Apr 2nd, 2019
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. // mengaktifkan session php
  3. session_start();
  4.  
  5. // menghapus semua session
  6. session_destroy();
  7.  
  8. // mengalihkan halaman ke halaman login
  9. header("location:index.php");
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement