I have a script which outputs mysql cell data. The \"content\" cell contains text output, which is of varied length.
When the contents of the \"content\" cell are small
The "headers already send" warning means, you modify the http headers somewhere in your code after you send output to the Client(i.e. with echo
, whitespaces, etc..).
This warning itself has nothing to do with the content length.
There are more methods, wich modify the headers: