Skip to content

jsmarrero08-ctrl/php-mysql-record-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PHP and MySQL CRUD app for adding, viewing, editing, and updating records through a web interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors