/quizapp

COMP23111 Database Coursework

Primary LanguagePHP

My Quiz Application

COMP23111 Database Coursework


My quiz application serves by PHP which connects to MySQL database.

To run application, first execute sql/initDatabase.sql in MySQL server, which creates database quizapp and required tables. Then modify database config in quizapp/utility.php. Finally, put or add link from quizapp directory to the root of your web server, and go to /quizapp/index.php in browser.