Web-Based Decision Support System (DSS)
Web-Based Decision Support System (DSS)

Download the free source code for a Web-Based Decision Support System. This application is developed using PHP and a MySQL database.
The Web-Based Decision Support System using the SAW method is designed to facilitate the decision-making process in various fields. This application includes multiple features, such as login, criteria data management, alternatives, and evaluation results.




The source code of this application has been tested and works well, although there are still some bugs that need fixing and additional features that could be added to enhance the application's functionality. This application can serve as a reference for final projects, theses, or as a learning tool to understand how a decision support system works.
Web-Based Decision Support System (PHP & MySQL)
System Requirements:
- Language: PHP 5.6
- Database: MySQL
- Server: Xampp
Installation Guide:
- Download and install Xampp on your computer.
- Extract the downloaded files using WinRAR or similar software.
- Copy the
spksaw
folder to thehtdocs
directory in Xampp. - Activate Apache and MySQL in the Xampp Control Panel.
- Open your browser and go to
localhost/phpmyadmin
. - Create a new database named
db_saw
. - Import the database file located in the
db
folder of the application into thedb_saw
database. - Run the application by navigating to
localhost/spksaw
in your browser. - Admin login using username:
admin
, password:admin
.
Application Features:
- Login
- Register
- Dashboard
- Criteria Data
- Alternatives Data
- Decision Evaluation
- Reports/Ranking Results
- Logout
- And more
This application is designed to facilitate decision-making using various methods and criteria that can be customized according to the user's needs. Use this application wisely to maximize its benefits.