Possible Duplicate:
Headers already sent by PHP
I know there are some posts about this but none of them really helped me, I get the error below and in the index.php file I only have one line php code and it still throws this error. What can I do to fix this???
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/index.php:1) in /home/xxx/public_html/index.php on line 1
<?PHP setcookie("cookname", "", 1); ?>