diff --git a/threadr/board/submit.php b/threadr/board/submit.php index 1491265..de1d980 100644 --- a/threadr/board/submit.php +++ b/threadr/board/submit.php @@ -4,6 +4,7 @@ $title=$_POST['title']; $content=$_POST['content']; if ($title==="" || $content==="") { + echo "

Please fill out both the title field and content box.

"; } else { $error = false;