I have a self submitting form that also redirects to the same page using
header("Location: http://tapmichiana.org/immigration-reform.php");exit;
I get this error when i run the script Warning: Cannot modify header information - headers already sent by (output started at /home/tapm777/public_html/includes/header.php:5) in /home/tapm777/public_html/immigration-reform.php on line 31
header.php line 5 is <title><?php echo @$title; ?></title>
while
immigration-reform.php line 31 is header("Location: http://tapmichiana.org/immigration-reform.php");
please where am I getting it wrong ? Thanks.