-
MySQL PDO Tutorial Lesson 4 – Fetch method
Enrol on the course at https://www.webinaction.co.uk/p/mysql-pdo-tutorial to download the Working Files. How to use the fetch method to return records from a … Original source
-
MySQL PDO Tutorial Lesson 3 – Query method
Enrol on the course at https://www.webinaction.co.uk/p/mysql-pdo-tutorial to download the Working Files. There are several ways to display database records. Original source
-
How to Abstract Your MySQL Database Class
In this lesson, you’ll learn how to abstract your database functions into an re-usable database class you can use again and again. Learning this one simple skill … Original source
-
How to Connect to Your MySQL Database Using MySQLi and PDO
In this lesson, you’ll learn how to connect to your MySQL database. You’ll learn how to connect using both MySQLi and PDO. You’ll also learn an easy way to … Original source
-
MySQL PDO Tutorial Lesson 8 – Insert, update and delete records
webinaction.co.uk How to insert, update and delete database records in a MySQL database to which we have connected using a PDO connection. source