From 1778e13ad5ed6a01bbf70adb905a78f865abe679 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Feb 2020 22:26:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/boards/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/boards/index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/threadr/boards/index.php b/threadr/boards/index.php index 9576867..3d08cc1 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -1,24 +1,25 @@ - - ThreadR Boards - - + + ThreadR Boards + + prepare("SELECT name FROM boards"); + $statement = $pdo->prepare("SELECT * FROM boards"); $statement->execute(); echo "" + } if (!$result) {