26 May 2012

How to stop this from showing in php5 ? :: Warning: Cannot modify header information - headers already sent by (output started at ::

PHP5 Problem:
"Warning: Cannot modify header information - headers already sent by (output started at "

This warning message can be corrected by deleting the empty spaces and lines
before and after the < ? php and ? > tags .

for example :
Error Format :


Corrected Format:

(If you found this article useful then share with your friends.)

No comments: