diff --git a/threadr/board/index.php b/threadr/board/index.php index d445cda..db3dd9e 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -48,7 +48,9 @@ $id=$_GET['id']; include("./post.php"); } elseif($_GET['action']=='submit') { $title=$_POST['title']; + echo "$title"; $content=$_POST['content']; + echo "$content"; include("./submit.php"); } elseif($_GET['action']=='edit') { include("./edit.php");