This project is a simple web application for managing records with PHP and MySQL.
I built this app to practice working with a database through a web interface. It connects PHP to MySQL and lets the user add, view, edit, and delete records.
- Add new records
- View records in a table
- Edit existing records
- Delete records
- Move through the app with a simple menu
- Database connection with PHP and MySQL
- CRUD functions for record management
- SQL queries to read and update data
- Basic frontend with HTML and CSS
- PHP
- MySQL (phpMyAdmin)
- HTML / CSS
- XAMPP
- Place the project folder inside your server directory, such as
htdocsin XAMPP. - Import the SQL file into phpMyAdmin.
- Copy
Web_Config.example.phpand rename it toWeb_Config.php. - Add your database credentials in that file.
- Open the project in your browser.
Web_Config.php is not included in the repository so database credentials are not exposed.