Simple Scheduling System is developed using PHP, CSS, Bootstrap, and JavaScript. It contains almost all the essential features. This project contains an admin side where Admin can set schedules, manage Faculty, Subjects, Room, Time, Course and view lists. The Admin plays an important role in the management of the system. In this project, the user has to perform all the main functions from the Admin side. A user can also register as a new user if he/she does not have an account.
About Simple Scheduling System In PHP
The Admin has full control of the system, all the functions are to be performed from Admin panel. Here, the admin can set different schedules easily. In order to set schedules, the user has to select Faculty, Course, Subject, Room, enter start and end time. The user has to insert details on each and every module. While adding subjects the user has to provide subject code with a description. The user should provide Faculty name and Designation in order to add Faculty. Adding a course is also similar to adding subjects which can be done by providing Course code and course name. Also, the user just has to provide a room number and enter starting time, ending time to add Room details and time.
From the list menu in the navigation bar, a user can view all the available records which contain the list of faculties, courses, subjects, room, and class time with its all detail. Here the user can also remove the records if needed. All the schedules are shown in the Schedule tab which displays Faculty with course, subject, room, start time, and end time. But the schedule can not be edited once it’s set.
Features of Simple Scheduling System In PHP :
- Login/Register
- Set Schedule
- Manage Subject, Faculty, Course, and Room
- Set Starting and Ending Time
- View all lists
- View Schedule
How To Run Simple Scheduling System In PHP ?
This project mainly focuses on CRUD functions. Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Simple Scheduling System in PHP helps in easy management of various schedules within a short period of time. To run this project you must have installed virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps –
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “insertion” and then click on the import tab
- Click on browse file and select “insertion.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/schedulingsystem/”
For the username and password, refer “Readme.txt” file.