commit 75bf708fb0da955956d0207932907a50062eeec4 Author: Mark Wane Date: Fri Oct 4 19:05:39 2019 +0100 Initial commit 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 @@ +