From 75bf708fb0da955956d0207932907a50062eeec4 Mon Sep 17 00:00:00 2001 From: Mark Wane Date: Fri, 4 Oct 2019 19:05:39 +0100 Subject: [PATCH] Initial commit --- .gitignore | 1 + README.md | 7 +++++++ config.dist.php | 6 ++++++ index.php | 23 +++++++++++++++++++++++ init.php | 6 ++++++ 5 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 config.dist.php create mode 100644 index.php create mode 100644 init.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f4773f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a3b6a0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Basic PHP Quiz system + +A simple system for multiple choice quizes. + +# Installation + +Import the included dump file, copy `config.dist.php` to `config.php` and update the connection details diff --git a/config.dist.php b/config.dist.php new file mode 100644 index 0000000..b9bb13e --- /dev/null +++ b/config.dist.php @@ -0,0 +1,6 @@ + + + + + + + Basic PHP Quiz + + + +
+
+
+

Basic PHP Quiz

+
+
+
+
+
+ + diff --git a/init.php b/init.php new file mode 100644 index 0000000..528ccdd --- /dev/null +++ b/init.php @@ -0,0 +1,6 @@ +