Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Directory Management System Using

PHP and MySQL


BY ANUJ KUMAR
Project Name                      :  Directory Management System
(DMS)</
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)
Directory Management System (DMS) This project divided into two
modules

1.User Module

2.Admin Module.

User Module
User can Search for the record by name and phone number.

Admin Module
 Admin can create a directory.
 Manage the directory (update the record, make the record public
and private).
 Admin dashboard.
 Admin Search.
 Records by status (public and private).
 Admin can manage own profile.
Some Screenshots of Directory Management System (DMS)
Home Page
Admin Dashboard

Add Directory
Manage Directory

How to run Directory Management System (DMS) Project


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 in the SQL file
folder).

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

You might also like