可能重复:
PHP 已发送的标头
我知道有一些关于这个的帖子,但没有一个真正帮助我,我在下面得到错误,在 index.php 文件中我只有一行 php 代码,它仍然会抛出这个错误。我该怎么做才能解决这个问题???
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); ?>