PHP CRUD || Create, Read, Update, Delete using Bootstrap 5 | PHP CRUD in 2022


[ad_1]
https://i.ytimg.com/vi/DE0wSdKAPa0/hqdefault.jpg



Hello Everyone.
In this video we will learn completely about CRUD operation in PHP. I use PDO OOP with bootstrap 5.

🚀Get access to PHP CRUD project code here.
https://github.com/nesar2020/crud

👉Want to setup PHP environment check this video:

Subscribe our channel for videos like this :
https://www.youtube.com/c/AmazingPHP

Wanna learn Laravel 9 here is our course :
Laravel 9 tutorial for beginners step by step series .
part 1 Laravel 9 installation: https://youtu.be/s3AvvF8hzqk
part 2 routing: https://youtu.be/YrWMZ4s-hMY
part 3 config database seeding: https://youtu.be/fKS0W4WEZAM
part 4 bootstrap auth scaffolding: https://youtu.be/LZszBp4ZFxo
part 5 SQLite can not found fixed, retrieve data : https://youtu.be/YP4LPk1biLA

Original source


3 responses to “PHP CRUD || Create, Read, Update, Delete using Bootstrap 5 | PHP CRUD in 2022”

  1. Good stuff, thanks for posting, I got a question regarding the Bootstrap, you have declared the "container" class within its corresponding <div> more than once, wouldn't it be ok if you just declare it once at the top level <div> ?

  2. 1. Is this injection-proof?
    2. Basically every operation is a "new" page, no use of modals, what's the advantage/disadvantage of doing this way and not with modals?
    2. Can you add code to make it with pagination (i.e. let's suppose the table has hundreds of records and I just wanna show 5 records per page)?

    Thank you in advance.

Leave a Reply