Tag Archives: File encoding

PHP “headers already sent”, but I didn’t do it!

I get the PHP Error “headers already sent” when calling a PHP script! My scripts appear to be outputting data to the browser before any function to manage the buffer such as ob_flush() or ob_get_contents() is even being called! What is going on!? Continue reading

Posted in PHP | Tagged , , , | Comments Off on PHP “headers already sent”, but I didn’t do it!