Cannot modify header information – headers already sent by (output..

by enbeeone3 on 22/12/09 at 5:35 pm

Cannot modify header information – headers already sent by (output..

Hello gigs, if you are getting following php warning ..
PHP Warning: Cannot modify header information – headers already sent by (output …..
try placing this at the top of your page:

<? ob_start(); ?>

then at the bottom of the page place this line of code:

<? ob_flush(); ?>

PHP warning : cannot Modify header

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

3 Responses to “Cannot modify header information – headers already sent by (output..”

  1. kcrazy

    Dec 23rd, 2009

    worked great for me !! thanks !!

  2. Tweetrl.com

    Dec 24th, 2009

    Cannot modify header information – headers already sent by …

    Hello gigs, if you are getting following php warning ..
    PHP Warning: Cannot modify header information – headers already sent by (output …..
    try placing this at the top of your page:

    then at the bottom of the page place this line of code:

Leave a Reply


You must be logged in to post a comment.