Directory Management System is used to record the contact details. Record the user’s detail and you can search any time. This application can use as a web. You may like Employee Record Management System

Language Used: PHP

Database: MySQL

User Interface Design       :  HTML, AJAX,JQUERY,JAVASCRIPT

Web Browser: Mozilla, Google Chrome, IE8, OPERA

Software: XAMPP / Wamp / Mamp/ Lamp (anyone)

It is divided into two modules

1.User Module

2.Admin Module.

User Module

Users can search for the record by name and phone number.

Admin Module

  • Dashboard.
  • Search.
  • Admin can create a directory.
  • Records by status (public and private).
  • Manage the directory (update the record, make the record public and private).
  • Admin can manage his own profile.

How to Run Directory Management System

1. Download the zip file.

2. Extract the file and copy the DMS 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 the name dmsdb.

6. Import dmsdb.sql file(given inside the zip package).

7. Run the script http://localhost/DMS(frontend). 8. For admin panel http://localhost/DMS/admin  (admin panel).

Credential for admin panel :

username: admin

Password: Test @123

Download the Source Code