Project Name Employee Record Management System
Language Used PHP5.6, PHP7.x
Database MySQL 5.x
User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser Mozilla, Google Chrome, IE8, OPERA
Software XAMPP / Wamp / Mamp/ Lamp (anyone)
Last Updated 21 April 2021

Employee Record Management System project used to manage the data of the employees such as personal details, education details, work exp etc. This project will reduce the paper work of the company . Through this project company can manage all data online.

Employee Record Management System project divided in two modules :

  • User Module
  • Admin Module

User Module

  • The user can register himself.
  • User login
  • User password recovery.
  • User can add/edit own work experience details
  • User can add/edit own education details.
  • User can edit own profile.
  • User can update own password.
  • Logout

Admin Module

  • Admin Login
  • Admin can manage all employee records.
  • Admin can update / edit user personal details/ work exp. details / Education.
  • Admin can delete Employee and employee record.
  • Admin can update own profile
  • Change password
  • Logout

Click : https://phpgurukul.com/employee-record-management-system-in-php-and-mysql

How to run Employee Record Management System developed using PHP and MySQL

1. Download the zip file

2. Extract the file and copy erms folder

3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)

4. Open phpmyadmin (http://localhost/phpmyadmin)

5. Create a database with name ermsdb

6. Import ermsdb.sql file(given inside the zip package in sql file folder)

7.Run the script http://localhost/erms (frontend)

Credential for user panel :

username : [email protected] Password : Test@123

Credential for admin panel :

username : admin Password : Test@123