Cannot modify header information – headers already sent by (output..
by enbeeone3 on 22/12/09 at 5:35 pm
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(); ?>





kcrazy
Dec 23rd, 2009
worked great for me !! thanks !!
enbeeone3
Dec 23rd, 2009
ur welcome !!
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:
…