if (strlen($_POST['reply']) < 6) {
header("Refresh: 2; url=thread.php?id=$tid#reply");
die("The text you have entered is too short. Please write a longer text and try again.");
}
#replyを追加するとヘッダーの更新が機能しないのはなぜですか? 空白のページを提供します。ただし、ヘッダーの場所で機能します。何か案が?