Skip to content

anandnbarai/PHP_CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD

CRUD stands for Create, Read, Update, and Delete. These are the four basic operations that most software applications need to be able to perform on data.

  • Create - Inserts new data into a database table.
  • Read - Retrieves data from a database table.
  • Update - Modifies existing data in a database table.
  • Delete - Removes data from a database table.
  • Basic PHP CRUD without image

    Simple PHP CRUD

    Advance PHP CRUD using AJAX, jQuery and PHP PDO Concept

    Advance PHP CRUD

    PHP using MVC Concept

    Using MVC Concept

    PHP using OOP Concept

    Using OOP Concept

    PHP using Ajax & jQuery Concept

    Ajax, jQuery Concept

    About

    CRUD Operation in PHP using various methods

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published