Build a Basic CRUD App with PHP and MySQL

Опубликовано: 20 Май 2026
на канале: Yared Tips & Tricks
3
1

ou will learn in this video the concept of crud application , and crud stands for Create - Read - Update - Delete

Learning this concept will help you to better understand how to create registration system in PHP , and also it will help you to let your users interact with data if you building users based website

In this video we'll build simple todo list app that will help us understand how crud actions performed

we'll build database and interact with it , we going to use bootstrap for styling.