I am new to PHP and I was trying to change my meta tags and I get this error:
Warning: Cannot modify header information - headers already sent by (output started at /home2/cincopho/public_html/album/index.php:3) in /home2/cincopho/public_html/album/themes/hardwired/theme.php on line 893
This is what it says on line 893:
header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"');
then I get this one:
Warning: Cannot modify header information - headers already sent by (output started at /home2/cincopho/public_html/album/index.php:3) in /home2/cincopho/public_html/album/include/functions.inc.php on line 51
line 51 says:
setcookie($CONFIG['cookie_name'].'_data', $data, time()+86400*30, $CONFIG['cookie_path']);
Please Help!