Jeg får denne fejl:
Warning: Cannot modify header information - headers already sent by (output started at /web/www/frac/users/hcp/index.php:7) in /web/www/frac/users/hcp/pollfunctions.php on line 46
Warning: Cannot modify header information - headers already sent by (output started at /web/www/frac/users/hcp/index.php:7) in /web/www/frac/users/hcp/pollfunctions.php on line 47
Warning: Cannot modify header information - headers already sent by (output started at /web/www/frac/users/hcp/index.php:7) in /web/www/frac/users/hcp/pollfunctions.php on line 48
Linje 46-48:
		setcookie($cookieprefix."vote".$pid,$vote,time()+999999999);
		setcookie($cookieprefix."poll".$pid,$pid,time()+999999999);	
		header("location

redirectto");
Koden er fra 
http://www.udvikleren.dk/article.php?aid=115 og jeg kan bare ikke finde fejlen 

Håber i kan hjælpe!