From df49a36e140acc211fdc31480d40281404110310 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Fri, 22 Jan 2021 20:45:43 -0700 Subject: Inital commit with existing code --- index.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..2936a89 --- /dev/null +++ b/index.php @@ -0,0 +1,31 @@ + + + + + + +'; + } + + mysqli_free_result($result); +?> +
CategoryLatest Topic
'; + echo '

' . $row['cat_name'] . '

'; + echo $row['cat_description']; + echo '
Example topic right here
1 hour ago by cflip
+ \ No newline at end of file -- cgit v1.2.3