"unable to add cookies, header already sent" ???
I'm getting the following error when I try to load a custom php page:
Unable to add cookies, header already sent.
File: /home/xxx/public_html/xxx/index.php
Line: 2
On line 2 the only code is an opening <?php tag.
I'm confused ...
--------------- Added [DATE]1196818988[/DATE] at [TIME]1196818988[/TIME] ---------------
I should point out this happens when I'm trying to use a CHDIR function to get into my forum directory so I can use a .php file from there. However, another script/php file I have already does the same thing, so I wonder if it's an issue of duplication?
--------------- Added [DATE]1196819969[/DATE] at [TIME]1196819969[/TIME] ---------------
nevermind figured it out
|