Online Class and Exam Scheduling System in PHP with Source Code
This system is intended to create and easily manage the class and examination schedule of an institution using PHP and Mysqli. Easily tracking of conflicts on the teacher, students, and room schedule will be detected by the system to avoid redundancy and inconsistency. This will greatly ease the person-in-charge responsibilities in doing schedules at the start of the semester and examination.
This Class and Exam Scheduling System has 2 modules which are the Admin Side and Faculty Side. The Admin side has access to manage and maintain the data that is stored in the system while the Faculty Side has only access to view their schedules and update its system account's credentials
The following are the features of the Online Scheduling System:
- Manage Class Schedules
- Manage Examination Schedules
- Manage Class, Rooms, Subject, Teacher, Signatories
- Manage Department, Designation, Program, Rank and Salutation
- Print Class Schedules by Teacher, Class and Room
- Print Examination Schedules by Proctor, Class, and Room
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "scheduling".
- Import the provided SQL file. The file is known as "scheduling.sql" located inside the "dist/db" folder path.
- Browse the Online Class and Exam Scheduling System in a browser. i.e. http://localhost/scheduling
Default username and password are as follows:
Admin Username: admin
Admin Password: admin
Faculty Default Username: first_name+depaertment_code [clairecit]
Faculty Default Password: last_name [blake]
DEMO
I hope this source code will help you out in your projects or even in your thesis. Feel free to modify it the way you desire so to enhance your programming capabilities
Goodluck!
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.
Comments
How to fix this ....
In aggregated query without
Warning: mysqli_connect():
not login error above
Add new comment
- Add new comment
- 12476 views