Learn a little bit about PHP PDO for accessing databases and setting up a template to use a database for referencing pages and information. Sorry for the lower quality video tutorial for week 8 but wanted to get the idea of PDO out to everyone and why it is such a useful module in PHP.
PDO (Part 1)
Learn how to connect with PDO to a Database. You will learn to find the PDO drivers installed and will be connecting to a MySQL database.
PDO (Part 2)
Continuing on PHP's PDO for connecting to Database's. You will be learning about the different formatting's to prepare and run a query.
Simple DB Template
Learn to program a simple database driven template system. This system will be using MySQL.
P.S. Please be aware of the "or false" they are not needed, this was caused by bad habit from another coding language.
Garrett Bailey