View Single Post
Old 03-19-2005, 03:30 PM   #1 (permalink)
cnico88
 
Super Techie

Join Date: Nov 2004

Posts: 342

cnico88 is on a distinguished road

Default Need Help in PHP

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!
__________________

Intel Core 2 Quad Q9300
Intel DX48BT2
Visiontek ATI HD3870 X2
WD Velociraptor 300 GB
6GB CORSAIR XMS3 1600 MHz DDR3 PC 12800
LG Flatron W2252 22" LCD
Corsair 1000 Watt
Windows 7 Ultimate
cnico88 is offline