The Simple School Management In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains an admin side as the main and the user(for teacher) side. The admin side manages all the management like editing site contents, managing staff/teachers, classes, subjects, setting exams, and so on. The admin has the main role in the management of this system.
About Simple School Management In PHP
This Simple School Management system is in PHP, JavaScript, and CSS. About the features of this system, it contains the admin section and the staff section. All the editing, updating, managing staff records, student exams, and classes are from the admin section while staff can add and manage students and their marks.
The users are the staff/teachers added by the admin. The teacher can manage student records, student marks, and so on. This project is a simple project specially designed for small schools with primary educations to keep the records of teachers and students activities in a proper way.
How To Run Simple School Management In PHP ?
To run this project, you must have installed a 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/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “school” and then click on the import tab
- Click on browse file and select “school.sql” file which is inside the “db” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/School /”