Skip to content

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

Notifications You must be signed in to change notification settings

uttamsaha/PHP-CRUD-with-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages