Quote:
Originally Posted by ZomgStuff
I get this problem.
Unable to add cookies, header already sent.
File: /home/zomgstu1/public_html/text.php
Line: 5
|
You probably have whitespace before
PHP Code:
<?php
$curdir = getcwd ();
chdir('/home/user/public_html/forums');
require_once('/home/user/public_html/forums/global.php');
chdir ($curdir);
?>
Ensure that there is no spaces or anything before that bit of code.