bobrivers2003
Technical User
I am useing this code:
...
} else {
header("Location: /auth.php");
exit();
}
}
?>
And i get this error:
"Warning: Cannot modify header information - headers already sent by (output started at (path of file...)"
I have no ideas why. Could someone shed some light on this for me?
...
} else {
header("Location: /auth.php");
exit();
}
}
?>
And i get this error:
"Warning: Cannot modify header information - headers already sent by (output started at (path of file...)"
I have no ideas why. Could someone shed some light on this for me?