“Unknown” PHP error - what is that supposed to mea

2019-06-27 22:58发布

Possible Duplicate:
How to fix “Headers already sent” error in PHP

[Mon Jan 10 21:01:26 2011] [error] [client xx.xx.xxx.xx] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: www.example.com/some.php

Why PHP is not able to locate where the headers were sent from?

1条回答
SAY GOODBYE
2楼-- · 2019-06-27 23:32

See if you have a space after <?. The header function is quite sensitive and doesnt work if anything is outputted before hand.

查看更多
登录 后发表回答