
I'll go over the broad topics we'll cover in the course, as well as the finish product of the system that we will develop in this course. I'll also covered what is required to take this course, target audience and the benefits that will be derived from taking this course.
In this lecture you will gain an introductory understanding of PHP Data Objects (PDO) and know why you should learn how to use it.
You will also understand the difference between Data Objects (PDO) and MySQLi Api.
In this lecture you will learn how to create a PDO object and make a persistent connection to MySQL database with PHP. You will also gain an understanding of the PDO Class.
In this lecture you will learn how to handle database connection errors with PDO.
In this lecture, we shall create the table that will be used in the next section.
In this lecture you will learn how to perform basic insert statement to create new record with PDO
In this lecture you will learn how to retrieve record from database table using basic PDO select statement.
In this lecture you will learn how to update record in a database table using basic update statement with PDO.
In this lecture you will learn how to delete record from a database table using basic delete statement with PDO.
In this lecture you will learn about PDO prepared statement use to protect against SQL injection and parameters. You will also learn how to use named and unnamed parameters.
In this lecture you will earn how to bind parameters to PDO prepared statement.
In this lecture you will learn how to quickly retrieve the unique identification number ID at the same time the record was created. This method works on all common database platforms that uses the auto increment feature or the equivalent.
In this lecture you will learn how to check the number of rows affected by a query.
In this lecture, you will learn how to take advantage of the transaction feature available is PDO, you will also learn how to check if your database supports transaction and how to change the storage engine for your database table.
In this lecture you will learn about some of the most useful data fetching modes available in PDO.
Further Reading.
in this video a I'll walk you through the project directory structure and general overview.
In this lecture we shall create a table to hold task information.
In this lecture, we prep the interface for create task, display task and style the message alert div.
In this lecture you will learn how to create a task using jQuery Ajax to send request to a PHP script for processing in order to avoid page refresh.
In this lecture you will learn how to display list of existing task using jQuery Ajax and PHP.
In this lecture you will learn how to update task details using jQuery Ajax to send request to a PHP script. You will learn how to make HTML elements editable, so that you don't need to create a separate form to edit a task, you simply click and start editing when you're done the request will be sent to PHP script for processing via Ajax.
In this lecture you will learn how to delete a task using jQuery Ajax to send request to a PHP script for processing to avoid page refresh.
In this lecture you'll learn how to check if a record was updated or not and display appropriate message. I also talk about validation and what to do if you need help.
In this lecture you will learn how to validate form data using Ajax and PHP.
In this lecture I will teach you how to easily optimize in-place edit Ajax and PHP code so that we can update multiple column using just one function
In this lecture you will learn how to set up pagination for any PHP project using a lightweight package and also separate HTML from PHP login.
Checkout my other courses on devscreencast dot com, we are currently doing an MVC eCommerce store from scratch, go check it out
This course teaches PHP Data Objects (PDO), one of the available API for connecting to databases within PHP. PDO is an object oriented extension which was introduced with PHP 5.1, taking advantage of several features introduced into PHP at that time.
In this step by step course both beginners and experienced web developers will gain a comprehensive understanding of the modern PDO extension and how it can be used to create scalable database driven application.
This PHP with PDO course uses MySQL database to teach PDO concept and finally you learn how to build a basic task list using the concepts that has been taught in the course.
My Approach
In this course I use simple examples that can be easily understood to illustrate concepts and build upon it.
See What Students are saying
"This was perfect for my skill level as an advanced beginner to lower intermediate PHP developer. Terry wastes no time, and the whole course is packed with great information. I also really like the Material Design CSS and JS used in the course, since I had never used it before. I am very appreciative of this knowledge I gained, and plan to go through the whole thing again, and use it as a reference later." - Collin Stubblefield
"Managed to complete making a PDO tasklist! very helpful! the content is well put together! understood some core concept of PHP PDO! overall highly recommended! keep making more videos! If you can make a shopping cart! for tutorial basis! thanks!" -Brian Gichohi
"The instructor is clear and engaging also knowledgeable and passionate about the course. The course is well taught by the instructor" - Abimbola Makinwa
"Terry is a great teacher. He goes the extra mile to ensure student satisfaction. He even offers to remotely connect to your machine to help out if your code is not working the way it should. Thanks ever so much." - Sahid Camara
Timely Support!
If you ever encounter any problem why taking this course, don't worry I am always here to help and guide you through. Enroll today and get the skills and knowledge you need to succeed as a PHP developer. Every minute you let by is money and opportunity that are passing you by.