chmpdog Posted May 12, 2008 Share Posted May 12, 2008 Hi, I have been getting this error a lot lately: Warning: Cannot modify header information - headers already sent by (output started at /home/index.php:4) in /home/content/html/highscore/index.php on line 30 I think it might be because I have my website set up like this: <a little php (moved from the include to try and fix the problem)> <template info> <an include to another php file> <moretemplate info> So is there a way to fix this problem? Thanks Link to comment https://forums.phpfreaks.com/topic/105199-warning-cannot-modify-header-information-headers-already-sent-by/ Share on other sites More sharing options...
DarkWater Posted May 12, 2008 Share Posted May 12, 2008 PLEASE PLEASE PLEASE read the stickied post on header errors. =/ And use output buffering if you want, or rearrange your script. Link to comment https://forums.phpfreaks.com/topic/105199-warning-cannot-modify-header-information-headers-already-sent-by/#findComment-538644 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.