Posted by Michael Fesser on 07/23/07 06:15
..oO(John)
>Here is the error.
>
>PHP Warning: Cannot modify header information - headers already sent
>by (output started at /home/etc.
>
>
>How do I fix this?
This issue comes up often enough and is answered often enough! You
should learn how to use Google Groups to search through the archives.
In short: You're sending something to the browser already (could be a
space, a newline, something like that), so no further headers can be
sent. The error message usually tells you where the output started.
Micha
Navigation:
[Reply to this message]
|