This article is being released with Week 5, since week four was actually delayed a couple of week. You will learn to use include other PHP files into your page, along with learn to build a very simple CMS or template system from what you have learned, and finally sit down and learn to connect to a MySQL database and how to start calling from it.
Include and Require
Learn to incorporate other PHP files into your page with Require, Include, and Require_once.
Simple CMS and Global Variable
Take what you have learned in previous weeks and put some of it together. We will be building a simple CMS/Template system. This is system can be used to help keep the links the same for all pages without having to edit all the files for the correct links.
MySQL Connect and Statements (Part 1)
Learn to setup a MySQL connection with the new and old outdated method. From there you will learn a little about the statements needed to pull and send data to the database. This is just the first part.
Sincerely,Garrett Bailey