You Must Fill in all fields before proceeding
";
showfooter();
exit;
}
$topicID = addtopic();
addpost();
showheader("Your Post has successfully been added");
echo "Your post was added, and your post password is $password.
You may go back now and view it by clicking here.
";
showfooter();
}
else {
?>