From 279d399461e6a66157bb2f0bc8209bf0fcb36c9c Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 23 Jan 2021 12:25:51 -0700 Subject: Change terminology from topics to threads --- create_thread.php | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 create_thread.php (limited to 'create_thread.php') diff --git a/create_thread.php b/create_thread.php new file mode 100644 index 0000000..3f15f63 --- /dev/null +++ b/create_thread.php @@ -0,0 +1,99 @@ +

Create a new thread

'; + +if (!isset($_SESSION['signed_in'])) { + die('You must be signed in to create a thread.'); +} +?> + +
" method="post"> +
+
+
+ '; + + while ($row = mysqli_fetch_assoc($result)) { + echo ''; + } + + echo '
'; + ?> +
+
+ +
+ + + + + \ No newline at end of file -- cgit v1.2.3