PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?