Monitoring System (Dashboard) using PHP with Source Code
This a Monitoring System Project using PHP. The purpose of this article is to help other programmers especially those who are beginners to learn how to develop a Web Application using PHP Language. The system has the commonly used features/methods on developing projects such as Login/Logout, CRUD (Create, Read, Update, and Delete), Datatables, and many more.
The project was developed using PHP, MySQL Database, HTML, CSS, and Bootstrap for the design. This has a pleasant user interface and has user-friendly functionalities.
FEATURES
- Login
- Logout
- Add
- Update
- Search
- Delete
- Upload
- Download
- Change Password
- Send Message
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file. Note the extracted folder must be named as "asistorage" otherwise, you will have to configure the SITE_ROOT in this project.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "asidatabase".
- Import the provided SQL file. The file is known as "asidatabase.sql" located inside the "database" folder.
- Browse the Monitoring System in a browser. i.e. http://localhost/asistorage
Admin Access
Username: jim
Password: jim
DEMO
I hope this Monitoring System Project Source Code in PHP will help you enhance your programming capabilities. I hope you will learn something useful from this.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 23128 views