From 1b342654a572f59f9817feb6424796946eb47f36 Mon Sep 17 00:00:00 2001 From: Helge Date: Tue, 28 Dec 2021 23:49:45 +0100 Subject: [PATCH] db --- index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..23c0476 --- /dev/null +++ b/index.php @@ -0,0 +1,11 @@ +query($sql) as $row) { + echo ''.$row['link_name'].'
'; +} + + +?> \ No newline at end of file