Discussion on CRUD PHP

Discussion on CRUD PHP

by Md. Shahariar Rahaman -
Number of replies: 0


CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for databases. In this tutorial we'll create a simple PHP application to perform all these operations on a MySQL database table in one place. Well, let's start by creating the table which we'll use in all of our examples.