Get my free 2+ hour PHP programming course. Includes 16 videos to help you learn the essentials of PHP. Click here to get the free course: https://simonsezit.leadpages.net/free-php-course/
In this PHP video training tutorial, discover how to store and retrieve data within a database system using PHP commands.
There are four basic commands to interact with a database.
Select: Retrieves data
e.g. Select * from Movies
Returns all of the data for all of the movies in the Movies table
Update: Changes value of stored data
e.g. Update Movies set Rating = "PG-13" where Title = "Blade Runner"
Insert: Inserts new values in a table
e.g. Insert into Movies values ("The Matrix","Keanu Reeves, Laurence Fishborne", Wachowski Bros",1999,"R")
Delete: Removes stored data
e.g. Delete from Movies where ID = 2
Get the full course on PHP for Beginners here:
https://www.simonsezit.com/courses/web-development/php-training-course-for-beginners/
Get the full course on PHP Advanced course here:
https://www.simonsezit.com/courses/web-development/advanced-php-programming-course/
Watch the entire PHP tutorials: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hNpTfG8c6skQufGsCc7fjx
Learn how to use Bootstrap to create a responsive website: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hrmEpbse1aBHJg-KZtvN--
AngularJS playlist here: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3h9reRQ9EYNg5M1Jh5L9BXZ
MySQL training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3ga_sHmm6-CmJjgwCAeTKgA
Java training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3jWaSPfhJLz2ijcHo48tV7L
Dreamweaver tutorials: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3gTZBNfW3FGkdacG5R3DZUZ
HTML5 training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3gUTFciNyJZKEVZTLqOWPNf
Stay in touch:
SimonSezIT.com: https://www.simonsezit.com/
If you enjoyed the video, please give a "thumbs up" and subscribe to the channel ;-)