Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.08 KB

File metadata and controls

53 lines (34 loc) · 1.08 KB

PHP & MySQL Record Management System

This project is a simple web application for managing records with PHP and MySQL.


Overview

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.


Main Features

  • Add new records
  • View records in a table
  • Edit existing records
  • Delete records
  • Move through the app with a simple menu

What I Built

  • Database connection with PHP and MySQL
  • CRUD functions for record management
  • SQL queries to read and update data
  • Basic frontend with HTML and CSS

Tools

  • PHP
  • MySQL (phpMyAdmin)
  • HTML / CSS
  • XAMPP

Local Setup

  1. Place the project folder inside your server directory, such as htdocs in XAMPP.
  2. Import the SQL file into phpMyAdmin.
  3. Copy Web_Config.example.php and rename it to Web_Config.php.
  4. Add your database credentials in that file.
  5. Open the project in your browser.

Security Note

Web_Config.php is not included in the repository so database credentials are not exposed.