Rate this script:  I Love it  /   I Hate it

Cannot modify header information - headers already sent by FIX


Code


<?php
ob_start();

header("Location: somepage.php"); //Redirect

ob_end_flush();
exit;
?>
 

 

 
Cannot modify header information - headers already sent by FIX scripts | Cannot modify header information - headers already sent by FIX snippet | Cannot modify header information - headers already sent by FIX example | Cannot modify header information - headers already sent by FIX tutorial | Cannot modify header information - headers already sent by FIX code