Posts Tagged ‘php warnings’

Solving ‘Warning: Cannot add header information’ in PHP

While using PHP, you might have faced the following warning while using the header functions like header(), setcookie(). Warning: Cannot add header information - headers already sent by (output started at file.php:) Full story