Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/tbcglob/public_html/tckalb3taorg/ap-index.php:1) in /home/tbcglob/public_html/tckalb3taorg/ap-index.php on line 1
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/tbcglob/public_html/tckalb3taorg/ap-index.php:1) in /home/tbcglob/public_html/tckalb3taorg/ap-index.php on line 1
I've already checked for white spaces and of the sort with my geedit gnome text editor...still to no avail.
<?session_start(); // Starting session to check current inputted password
$login = true; // Setting the default value of "Am I logged in?"
require("reader.php"); // Loading the database content
require("ap-login.php"); // Checking if I am logged in, and if not acting to fix the status
if ($login) // Making sure that no one will see the page if he isn't logged in
{
?>