Page 1 of 1

Warning error

Posted: Tue Nov 15, 2005 5:38 am
by mic2100
I havn't been at this 2 long and i wondered if anybody know how i can solve this problem.

Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux207/s/sjmsurveys.com/user/htdocs/confirm.php:32) in /home/fhlinux207/s/sjmsurveys.com/user/htdocs/confirm.php on line 95

thanks for any help received.

:oops:

Posted: Tue Nov 15, 2005 5:39 am
by timvw
Just search this forum or the web for "Cannot modify header". You will discover many people have had that problem before you, and we've answered it many times too.

Posted: Tue Nov 15, 2005 5:43 am
by php3ch0
Its normally because of some sort of output before the header() function.

Check for:

Blank spaces or lines
echo "something";
print "something";

other error messages