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

SYNOPSIS

This project is entitled as Document Management System which has developed in


PHP as front and MySQL server as back end.

This is a simple project called Document Management System. This web application is
developed using PHP/MySQLi. The main purpose of this project is to store and manage the
file documents of a certain company or organization. The system store the documents in the
database as BLOB type. Talking about storing the documents in the database, the system also
stores other file information such as the file type and file size. The files that been stored in the
database will be shown in the File List Tab of the system. Each file shown in the list has 2
actions that can be done by the user which are the delete and download. The system has 2
types of users which are the Administrator and the Normal user. The Admin users are only
the ones who can register a new system user whether it is an Admin or Normal User.

Front end : PHP

Backend : My SQL

MODULE :

 Login/Logout

 Retrieve System Account (Forgot Password)

 Register System User

 Manage System users

 Upload File Document

 Manage File Documents


 Manage Profile

 Download Stored Document

You might also like