This is a Database Management System (DBMS) mini project developed using PHP and CSS to perform basic database operations through a web-based interface.
The project demonstrates how data can be stored, retrieved, and managed using server-side scripting and a relational database.
The DBMS Mini Project is designed to help students understand the fundamentals of database-driven web applications.
It focuses on implementing basic CRUD operations (Create, Read, Update, Delete) using PHP and connecting the application to a database.
This project is developed as a capstone mini project and is suitable for academic learning and beginner-level web development practice.
- ➕ Add new records to the database
- 👀 View stored records
- 🗄️ Database connectivity using PHP
- 🎨 Simple and clean user interface using CSS
- 🌐 Web-based application
- 🎓 Beginner-friendly implementation
- Backend: PHP
- Frontend: HTML, CSS
- Database: MySQL
- Server: XAMPP / WAMP / Localhost
DBMS-/
│
├── add.php # Handles inserting data into the database
├── view.php # Displays records from the database
├── db.php # Database connection file
├── style.css # Styling for the web pages
└── README.md # Project documentation
git clone https://github.com/harishd3504-oss/DBMS-.git
http://localhost/DBMS-/