TeamTreeHouse Using PHP with MySQL
We will extend an existing project to use the popular database system, MySQL. Using a MySQL database we will store information relating to products for sale on our example project. We will also learn to query the database using PHP and talk about the ways you can mitigate security risks such as SQL injections.
Connecting PHP to MySQL
In this stage we'll make sure you've got MySQL configured right and we'll make ourfirst connection to the database in PHP.
*
2:40 Introducing Databases *
0:42 Installing MySQL *
2:05 Installing MySQL with MAMP *
2:58 Installing MySQL with XAMPP *
0:32 Installing MySQL Standalone *
2 questions Installing MySQL *
2:57 Creating the Products Table *
1 objective Selecting Products *
2:40 Introducing Classes *
4:10 Getting Started with PDO *
3 questions Getting Started with PDO *
4:05 Handling Exceptions *
3 questions Handling Exceptions
