Project 5

PHP Includes

Grading Rubric

Overview

For this project, you need to create a new 4-page website where each page is a PHP file. You’ll also create an include.php file that has HTML code to be used in 3 regions (Header, Navigation & Footer) of your page layout (saved as PHP variables). You will use PHP to echo that code into your pages when they display. This uses the methods demonstrated in Week 14’s class.

Before uploading your completed project, you need to take a screenshot of your include.php code. Rename and copy that file into your project5 folder, then create a text link to it so that I can check that work.

After uploading and checking your files, don’t forget to submit your assignment in Canvas. | Turning in an Assignment video

As with all projects in this class:

  • your website needs to be on one subject; do not use greeking
  • build all files from scratch; you can not use class demo files
  • make sure to save all of your project files in the appropriate assignment folder (only an index file loads by default)