Core PHP School Management System Overview
This project is a Core PHP School Management System that allows for managing students, subjects, and their grades. Steps to Run the Project
-
Download and Install XAMPP
Download XAMPP from the official website. Install XAMPP following the installation instructions provided.
-
Start XAMPP Control Panel
Open the XAMPP Control Panel. Start the Apache and MySQL services.
-
Place Your Project in the htdocs Directory
Copy your Core PHP project folder to the htdocs directory, usually found at:
C:\xampp\htdocs
-
Access Your Application
Open your web browser and navigate to:
http://localhost/school_management/public/
Replace school_management with the name of your project folder if necessary.
Home URL
The application can be accessed at:
http://localhost/school_management/public/
PHP version : 8.2.12
Database Setup
I have created SQL files for the database schema and dummy data queries, including cities, countries, states, and subjects. These files can be found in the sql folder of the project. SQL Files:
schema.sql: Contains the database schema for the application.
master_data.sql: Contains dummy data for countries, states, cities, and subjects.
Contact
Feel free to contact me if you encounter any issues or have questions regarding the project.