Employee Profile Management System project is developed using PHP, CSS, HTML, and JavaScript. It has all the essential features required for the management of school employees faculty. This project contains only the admin’s side where he/she can add, edit, delete, view, search subjects and their respective teachers for the system. The Admin plays the main role in the management of the system. In this project, all the main functions are performed from the Admin side.
About Employee Profile Management System In PHP
The system is simple and quite easy to use. The basic fundamental of this system is to manage the subjects and years of the school. Here years referred to as the subject classes. The admin can add and delete the subjects. He can create teachers for the relative subject. Each year has to be assigned with a subject. Also, the admin can enroll students as well.
How To Run Employee Profile Management System In PHP ?
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 databases tab
- Create database naming “hrms” and then click on import tab
- Click on browse file and select “hrms.sql” file which is inside “db” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/profiling”