PHP CRUD Tutorial with MySQL & Bootstrap 4 (Create, Read, Update, Delete)

preview_player
Показать описание
Upgrade your Clever Techie learning experience:

UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:

1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie

Download this video's source code and additional files here:

`````````````````````````````````````````````````````````````````````````````````````````````
In this PHP CRUD Tutorial we're going to create a fully functional PHP CRUD application with Bootstrap and MySQL. PHP CRUD stands for Create, Read, Update, Delete which is an easy way to memorize all the components needed for a fully dynamic web site application. We're going to be using MySQL statements called INSERT, SELECT, UPDATE, and DELETE which correspond to CRUD functionality.
Рекомендации по теме
Комментарии
Автор

The best PHP CRUD tutorial to ever exist on the planet, it explains everything that i took ages struggling on doing it successful and in most efficient way. Thank you clever techie, i love your tutorials.

agnaldofondo
Автор

wow that's perfect for coding without a framework. For the basic CRUD, everything has been thought and is decoupled between front end vs back end. Nice works! Another good video would be to show how to protect from SQL Injection, XSS, etc.

naokmoon
Автор

Oooh, this is a fantastic video! Your picture describing CRUD to the analagous SQL statements is brilliant content. Thank you!

mastapegs
Автор

Congrats. One of the best PHP tutorials I've seen so far! Well done.

manuelgoncalves
Автор

finally my first PHP crud app is made. thanks clever techie. your way of demonstrating each step is very nice

dfordemo
Автор

i am on my third day in php and this is the best tutorial i have encountered

sofialoren
Автор

Building the structure HTML : 2:00
* CREATE the db: 6:24
Start working on process.php file 7:38
Check if save button has been clicked 8:38
Create end and delete button 19:13
Creating the table above the <form> 11:49
Showing you the data with pre_r() function 12:50
* READ from the db 17:07
* DELETE a record from the db 21:04
Start the SESSION 22:39
Click edit and display 27:16
Make sure the record exists: 28:33
* Update records from db 32:48

gulfelectro
Автор

I had some issues but i did it worked perfectly, very nice tutorial . Please upload videos like this, i would totaly love to watch and learn from them .

kotsosgate
Автор

Thank you for this! I got a little bit lost, but when i started it again then just focus hardly on what you're doing, i got it right! Tysm!

misaoirse
Автор

Hey man, I hope you're doing good, just wanted to thank you for posting this amazing tutorial, it really has helped me a lot, cheers!

nachoasd
Автор

This is by far the most successful tutorial I've watched on PHP, MYSQL. I'd love to see a video on search function in the database, and pagination. Also, it would be good if you could depend on CSS3 instead of Bootstrap. I really appreciate the work. Thanks.

ShalawFatah
Автор

Great video, I'm usually very annoyed with youtube tutorials because people tend to skip the basics to an extent that it's very difficult to follow along unless you've already done alot of coding in the language, which you usually haven't done if you're watching a tutorial.


So kudos for being thurough!

raxxor
Автор

This is the well-paced nuts & bolts tutorial I've been looking for, thumbs up!

Dolmdemon
Автор

I'm really shoked to see this tuto...because u saved million of time of others... Thanks a lot for such a good tuto ..

shahipapon
Автор

this is the most powerful (perfect) video about PHP crud i have ever seen

ibraibrahim
Автор

Youre TUTORIAL IS THE BEST i found so far . BIG THANKS exactly like i need the details of the code. Very nice.

CengizGoren
Автор

You really helped me passing the 12º grade ty my brother!!! <3 <3 much love

Nite_
Автор

It is a bad practice to write a connect line to connect to the database on every file. The reason why you should not do it is because whenever you have to move the project from your localhost to the actual server, you will have to edit the database info on every file. It is better to have one single file connecting to the database and just include it whenever you need it. Then you can edit one single file when moving project to the server. But thanks for the video, I learnt a lot following up the steps!

leonardoleite
Автор

This is the best CRUD Tutorial I have ever studied. Thanks a lot Sir.

amitmsu
Автор

Thorough and EASY - as all things should be (LOL!). 5 stars on all metrics
*keep it coming I can watch them all

christiancolewan