を使用して同じページにリダイレクトする自己送信フォームもあります
header("Location: http://tapmichiana.org/immigration-reform.php");exit;
スクリプトを実行すると、このエラーが発生します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 5行目は<title><?php echo @$title; ?></title>
その間
immigration-reform.php 31行目はheader("Location: http://tapmichiana.org/immigration-reform.php");
どこが間違っているのですか?ありがとう。