„threadr/board/index.php“ ändern
parent
20e1401413
commit
926b9bdb06
|
@ -47,6 +47,8 @@ $id=$_GET['id'];
|
||||||
if($_GET['action']=='post') {
|
if($_GET['action']=='post') {
|
||||||
include("./post.php");
|
include("./post.php");
|
||||||
} elseif($_GET['action']=='submit') {
|
} elseif($_GET['action']=='submit') {
|
||||||
|
$title=$_POST['title'];
|
||||||
|
$content=$_POST['content'];
|
||||||
include("./submit.php");
|
include("./submit.php");
|
||||||
} elseif($_GET['action']=='edit') {
|
} elseif($_GET['action']=='edit') {
|
||||||
include("./edit.php");
|
include("./edit.php");
|
||||||
|
|
Loading…
Reference in New Issue