Cannot modify header
Posted: Fri Mar 07, 2008 12:52 am
I have a page I'm calling headers on. I'm getting the error
Why is this happening? Why are my headers failing? Thanks much.
So i use headers_sent() to see where the issue is. It says line 1. At line 1 I only have a <?php on the line with NO white space before it. more test.. same error. I then remove everything and only have one line of code with a header(Location:http://www.blabla.com) on line 1. Again no white space before or after PHP. Still the same error.PHP Warning: Cannot modify header information - headers already sent by
Why is this happening? Why are my headers failing? Thanks much.