Warning: Cannot modify header information – headers already sent by
Most of the time we donot actually care about leaving the blanks spaces before and after the “php” tag which results on “Warning: Cannot modify header information – headers already sent by (output started at /path/blog/somefile.php:4)“” . The above problem could be solved by removing the blank spaces before “<?php” tag and after “?>” tag. […]
Warning: Cannot modify header information – headers already sent by Read More »