From f6e6d40d7e9b6402182554a137028e323f7f9b2f Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 17:21:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/board/index.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/board/index.php | 2 ++ 1 file changed, 2 insertions(+) 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");