- Friday, March 7, 2008, 15:29
- php, tips and technique
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