forked from root/threadr.lostcave.ddnss.de
„threadr/boards/thread.php“ ändern
parent
3b3d554204
commit
e2b7320103
|
@ -31,7 +31,7 @@ $id = _GET('id');
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
$statement = $pdo->prepare("SELECT * FROM boards WHERE id=$id");
|
$statement = $pdo->prepare("SELECT * FROM boards WHERE id=$id");
|
||||||
$statement->execute();
|
$statement->execute();
|
||||||
$statement->fetchAll() as $ROW
|
$statement->fetchAll() as $ROW;
|
||||||
echo "$ROW[name]";
|
echo "$ROW[name]";
|
||||||
}
|
}
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
|
|
Loading…
Reference in New Issue