Backend development
PHP CRUD application
In this tutorial, you will learn how to build a CRUD application to create, read, update and delete records in a MySQL database table with PHP. CRUD Stands for create, read, update and delete records in the database.