Page 1 of 1

Warning:Cannot modify header information

Posted: Tue Aug 02, 2005 11:09 am
by jayluda
I created a download link but when it is clicked, a header warning is displayed as shown below:
Warning: Cannot modify header information - headers already sent by (output started at /home/mar/public_html/mfdownload/config.inc.php:33) in /home/mar/public_html/mfdownload/fetch.php on line 59.

A similar warning is displayed when a user tries to log in to a password protected part of the site. What do i do?

Posted: Tue Aug 02, 2005 11:11 am
by hawleyjr
Most likely you have already echoed out text or there is a space after a closing php tag. ex ?>[space]

Posted: Tue Aug 02, 2005 12:29 pm
by josh

Posted: Wed Aug 03, 2005 7:29 pm
by jayluda
Thanx, guys. U r the best!