01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Hover to zoom · Click to expand
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
Online Examination System is a final year project built with PHP and MySQL for students who want a complete web-based examination platform. This final year project provides separate portals for administrators, faculty, and students. Administrators can manage branding, faculty, students, courses, subjects, exam categories, exams, questions, results, notices, feedback, and CSV reports. Faculty users can manage assigned exams, questions, attempts, results, notices, and feedback. Students can register, log in, view available exams, follow instructions, attempt timed MCQ exams, submit answers, view results, read notices, and manage feedback. With role-based login, bcrypt password hashing, timed exam availability, course-based access, and server-side grading, this project is suitable for a final year major project in PHP, MySQL, academic systems, and education technology
Administrator
admin[email protected]passwordFaculty Examples
All use password: password
faculty_sarah / [email protected] — activefaculty_james / [email protected] — activefaculty_emily / [email protected] — activefaculty_michael / [email protected] — activefaculty_lisa / [email protected] — activefaculty_david / [email protected] — inactivefaculty_anna / [email protected] — activefaculty_robert / [email protected] — activeStudent Examples
All use password: password
student_alex / [email protected] — activestudent_maria / [email protected] — activestudent_chris / [email protected] — activestudent_priya / [email protected] — activestudent_jordan / [email protected] — activestudent_taylor / [email protected] — inactivestudent_sam / [email protected] — activestudent_riley / [email protected] — activeassets/uploads/PUBLIC_BASECREATE DATABASE IF NOT EXISTS exam_system CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;mysql -u root -p exam_system < sql/install.sqlconfig/database.php or environment variables:
OES_DB_HOSTOES_DB_NAMEOES_DB_USEROES_DB_PASSassets/uploads/ exists and is writable.PUBLIC_BASE in config/app.php if needed.php -S localhost:8080http://localhost:8080/http://localhost:8080/admin/login.phphttp://localhost:8080/faculty/login.phphttp://localhost:8080/student/login.php
Administrator
admin[email protected]passwordFaculty Examples
All use password: password
faculty_sarah / [email protected] — activefaculty_james / [email protected] — activefaculty_emily / [email protected] — activefaculty_michael / [email protected] — activefaculty_lisa / [email protected] — activefaculty_david / [email protected] — inactivefaculty_anna / [email protected] — activefaculty_robert / [email protected] — activeStudent Examples
All use password: password
student_alex / [email protected] — activestudent_maria / [email protected] — activestudent_chris / [email protected] — activestudent_priya / [email protected] — activestudent_jordan / [email protected] — activestudent_taylor / [email protected] — inactivestudent_sam / [email protected] — activestudent_riley / [email protected] — active