CURD PHP by Sanjida jui - Sunday, 22 August 2021, 9:46 AM Number of replies: 0 CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. In this tutorial we'll create a simple PHP application to perform all these operations on a MySQL database table at one place. Permalink Reply