From fd4cb27121122d146b8cc3d55ad5aa9312c2cbe6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 7 Apr 2021 11:49:12 +0300 Subject: Initial commit --- index.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..5e79ca7 --- /dev/null +++ b/index.php @@ -0,0 +1,27 @@ +\n"; +echo "TitleDescriptionSubmitter\n"; +foreach ($conn->query($query) as $row) { + echo "\n"; + echo "$row[title]\n"; + echo "" . truncate($row['description']) . "\n"; + echo "$row[submitter]\n"; + echo "\n"; +} +echo "\n"; + +require_once(TEMPLATES_PATH . "/footer.php"); +?> -- cgit v1.2.1