diff --git a/threadr/board/index.php b/threadr/board/index.php index b7eb1f7..d445cda 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -47,6 +47,8 @@ $id=$_GET['id']; if($_GET['action']=='post') { include("./post.php"); } elseif($_GET['action']=='submit') { + $title=$_POST['title']; + $content=$_POST['content']; include("./submit.php"); } elseif($_GET['action']=='edit') { include("./edit.php");