Online Quiz Site Using PHP With Source Code
Project : Online Quiz Site
Features:
- Login/Register System.
- Admin panel.
In this project, the user can test their knowledge by this Quiz. The user has to register and then only they can participate in it. This is a simple project done in PHP. It’s easy to operate and understand by users.The design is so simple that user won’t find it difficult to use and navigate.
How To Run?
You’ll need XAMP Server or WAMP Server. Put the file inside “c:/wamp/www/” or “c:/xampp/htdocs/”. Go To “localhost/phpmyadmin” in any browser and create Database (name according to SQL file).In that Database, Import the SQL file and finally go to URL: “http://localhost/file_name/phpfilename”
Don’t Forget To create a database and import SQL file to run.