Advertisement
etandel

logout.php

Dec 18th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. session_start();
  3. session_destroy();
  4. echo "successfully logged out."
  5. ?>
  6. <html>
  7. <body>
  8. <a href="index.php">log in</a>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement