Programming integration project - Quiz app.
Please follow these steps to run our group web app on your computer:
The code must be stored here to run, other directories are not allowed.
Step 7: Open your web browser and type http://localhost/quizApp/index.php in the url bar to start the quiz app
Try username: admin and password: Admin0123 to log in admin page.
Try username: hihihi and password: hihihi to log in player page.
You can also create new account to log in by insert new record into account table in database.
Note: role = 1 means admin, role = 0 means player.