Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 287 Bytes

OOP_PHP

Simple Create, Read, Update, Delete (CRUD) in PHP & MySQL using Object Oriented Programming (OOP)

A simple and basic system to add, edit, delete and view using PHP and MySQL using OOP.

SQL script to create database and tables is present in database.sql file.