uttamsdev / php-mysql-crud

This is a simple PHP CRUD operation application with MySQL. Create, Read, Update, and Delete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP CRUD

This is a simple php crud operation. CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. This simple PHP CRUD application to perform all these operations on a MySQL database table at one place. Database included in the files section.

Features

  • Read Data
  • Insert data
  • Delete data
  • Update Data

output

output

About

This is a simple PHP CRUD operation application with MySQL. Create, Read, Update, and Delete.


Languages

Language:PHP 100.0%