„threadr/board/index.php“ ändern
parent
0f6b3d0775
commit
f6e6d40d7e
|
@ -48,7 +48,9 @@ $id=$_GET['id'];
|
||||||
include("./post.php");
|
include("./post.php");
|
||||||
} elseif($_GET['action']=='submit') {
|
} elseif($_GET['action']=='submit') {
|
||||||
$title=$_POST['title'];
|
$title=$_POST['title'];
|
||||||
|
echo "$title";
|
||||||
$content=$_POST['content'];
|
$content=$_POST['content'];
|
||||||
|
echo "$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