Online Examination System in PHP with Full Source Code
Online Examination System in PHP with Full Source Code
The Online Examination System is a web-based system that is developed using PHP, JavaScript, CSS and MySQL for the database. This Online Examination System in PHP includes two sections; the admin section and the user section. The main purpose of this Online Examination System in PHP is to provide a hassle-free way for user in taking an online exam. In this way, it will measure the knowledge of the user on a given topic.
About the Online Examination System in PHP with Full Source Code
This Online Examination System can be used by companies, schools and teachers for conducting a computer based test online. There are lots of benefits on having an Online Examination System; it is time saving, reduces the need of using paper as an answer sheet, saves money and many more. In this Online Examination System in PHP, the admin has plays a very important role and has the ability to create, read, update and delete all the questions for the user. On the user section, the user has to sign up first to create an account before he can log in into the system and take the examinations. In the examination, all the questions are multiple choice questions; the user will simply select the best answer to the questions and then he can view the result afterwards. The user can do the exam online, anytime using his own device as long as he has an internet connection.
These are the following features of the Online Examination System in PHP with Full Source Code
Admin Panel
- Manage Users
- Add Question
- List of Question
- Delete Question
- Login and Logout
Student Panel
- Manage Profile
- Take Exam
- Answer Question
- View Results
- View Answer
- Login and Logout
How to setup the Online Examination System in PHP with Full Source Code
- Download the zip file.
- Download and install XAMPP
- Run the XAMPP control panel and start MySQL and Apache
- Go to C:\xampp\htdocs and extract the downloaded zip file (exam) inside the folder
- Open the browser and go to http://localhost/phpmyadmin/ to create the database
- Click the new to create a database.
- Name the database db_exam.
- Click import to import the sql file.
- Click choose file and select the file that can be found inside the exam folder
- Click go.
How to run the Online Examination System in PHP with Full Source Code
Open the browser and go to http://localhost/exam/admin
Accessing admin accounts
Username: admin
Password: 123
Open the browser and go to http://localhost/exam/
Username: [email protected]
Password: 123
This Online Examination System in PHP with Full Source Code is for educational purposes only. You can download it as a reference and expand your knowledge in making a system. You can freely modify it, according to your desire.
You can get more PHP Source Code for free.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 6197 views