Free Software,Free Society

Monday 30 March 2015

header error resolve "Warning: Cannot modify header information sent by (output started at c:\program files\path.....................

No comments :
/*use the ob_  functions in php*/


<?php ob_start(); ?> //starting of the page

// and




<?php ob_end_flush(); ?>
      
    //or
 <?php ob_flush(); ?>
   
  //or    

<? flush();?>   //end of the page 





No comments :

Post a Comment