Monday, 30 March 2015
header error resolve "Warning: Cannot modify header information sent by (output started at c:\program files\path.....................
/*use the ob_ functions in php*/
<?php ob_start(); ?> //starting of the page
<?php ob_start(); ?> //starting of the page
// and
<?php ob_end_flush(); ?>
//or
<?php ob_flush(); ?>
//or
<? flush();?> //end of the page
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment