Online Class and Exam Scheduling System in PHP with Source Code

Language

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

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. 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.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "scheduling".
  6. Import the provided SQL file. The file is known as "scheduling.sql" located inside the "dist/db" folder path.
  7. 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

Submitted byAkali (not verified)on Tue, 05/02/2017 - 13:59

it's work thank you so much ^^''
Submitted byBeter (not verified)on Mon, 05/08/2017 - 00:58

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\scheduling\dist\includes\dbcon.php on line 3 Failed to connect to MySQL: Access denied for user 'root'@'localhost' (using password: YES) Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 11 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 12 Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 18 Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 18 Can you tell how to fix this error.... thanx
Submitted byMeowneko (not verified)on Thu, 06/29/2017 - 09:52

In aggregated query without GROUP BY, expression #3 of SELECT list contains nonaggregated column 'scheduling.schedule.sched_id'; this is incompatible with sql_mode=only_full_group_by how to simulate this error?
Submitted byAbba Ganaon Sat, 08/19/2017 - 08:24

interested tanks for all effort
Submitted byJames lintao (not verified)on Sun, 01/28/2018 - 16:31

Hi . Can you send me the documents of this system. Thank youu
Submitted bylaila123 (not verified)on Mon, 10/28/2019 - 15:06

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\scheduling\dist\includes\dbcon.php on line 3 Failed to connect to MySQL: Access denied for user 'root'@'localhost' (using password: YES) Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 11 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 12 Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 18 Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\scheduling\login.php on line 18
Submitted bypaul oluwole (not verified)on Mon, 05/18/2020 - 01:25

( ! ) Warning: mysqli_connect(): in C:\wamp\www\scheduling\dist\includes\dbcon.php on line 3 Call Stack # Time Memory Function Location 1 0.0011 140944 {main}( ) ..\login.php:0 2 0.0032 143456 include( 'C:\wamp\www\scheduling\dist\includes\dbcon.php' ) ..\login.php:3 3 0.0033 143704 mysqli_connect ( ) ..\dbcon.php:3 Failed to connect to MySQL: Accès refusé pour l'utilisateur: 'root'@'@localhost' (mot de passe: OUI) ( ! ) Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\wamp\www\scheduling\login.php on line 11 Call Stack # Time Memory Function Location 1 0.0011 140944 {main}( ) ..\login.php:0 2 0.1152 142520 mysqli_real_escape_string ( ) ..\login.php:11 ( ! ) Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given in C:\wamp\www\scheduling\login.php on line 12 Call Stack # Time Memory Function Location 1 0.0011 140944 {main}( ) ..\login.php:0 2 0.1925 142664 mysqli_real_escape_string ( ) ..\login.php:12 ( ! ) Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\wamp\www\scheduling\login.php on line 18 Call Stack # Time Memory Function Location 1 0.0011 140944 {main}( ) ..\login.php:0 2 0.2549 142936 mysqli_query ( ) ..\login.php:18 ( ! ) Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in C:\wamp\www\scheduling\login.php on line 18 Call Stack # Time Memory Function Location 1 0.0011 140944 {main}( ) ..\login.php:0 2 0.3269 142912 mysqli_error ( ) ..\login.php:18

Add new comment