Directory Management System Using PHP and MySQL
The project entitled Directory Management System is web based application which store all person information data like his/her Name, Email, Profession, Address and City.
Project Requirements
Project Name | Directory Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x,PHP8.x |
Database | MySQL 5.x,MySQL8.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
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 and Delete the record).
- 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 Login
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