Warning: Cannot modify header information - headers already sent by (output started at D:\XAMPP\xampp\htdocs\freshandfunky\logout.php:3) in D:\XAMPP\xampp\htdocs\freshandfunky\logout.php on line 8
this is my file:
thanks for any helpCode:<?php session_start(); ?> <?php echo "You are now logged out, " . $_SESSION['user'] . ". <br /> We'll see you next time!"; $_SESSION['loggedIn'] = "false"; header("Location: index.php"); ?>



Reply With Quote



Bookmarks