This project is a simple CRUD (Create, Read, Update, Delete) web application built using PHP and MySQL. The system allows users to manage a list of users. You can add, view, edit, and delete user records.
- Add new user records
- View all users
- Update user details
- Delete user records
- Frontend: HTML, CSS
- Backend: PHP
- Database: MySQL
- Clone the repository.
- Create a MySQL database and import the
crud_db.sql
file. - Update
db_conn.php
with your database credentials. - Run the project on your local server (XAMPP, WAMP, etc.).
- Access the app at
http://localhost/php-crud/
.
This project is licensed under the MIT License.