„threadr/board/index.php“ ändern

master
Jakob 2020-03-08 17:21:50 +01:00
parent 0f6b3d0775
commit f6e6d40d7e
1 changed files with 2 additions and 0 deletions

View File

@ -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");