Skip to content

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. This application perform create (i.e. insert), read (i.e. select), update and delete operations. A simple PHP application to perform all these operations on a MySQL database table at one place.

License

Notifications You must be signed in to change notification settings

ReadMeVishal/PHP-CRUD-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-CRUD-Application

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. This application perform create (i.e. insert), read (i.e. select), update and delete operations. A simple PHP application to perform all these operations on a MySQL database table at one place.

About

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. This application perform create (i.e. insert), read (i.e. select), update and delete operations. A simple PHP application to perform all these operations on a MySQL database table at one place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages