Friday, March 28, 2008

Warning: Cannot modify header information

If you get warnings on top of the page
Warning: Cannot modify header information - headers already sent by (output started at

Solution is
The "headers already sent" error is usually caused by having white space before or after the opening and closing PHP tags ().

In my case it was I removed  and issue resolved.

Thanks
Ninad


View My Stats