Assignment #6
(20 points)

  1. Watch the video Including Files (CC) and continue reading up on PHP.

  2. Create at least 4 state pages (e.g., alabama.php, alaska.php, arizona.php) similar to those developed in the video and shown in the image below. Feel free to use the state information for Alabama, Alaska, and Arizona from the Assignment #6 folder.

    Special considerations
    1. Your state pages must use PHP to include a file called "header.html".
    2. Your state pages must use PHP to include a file called "footer.html".
    3. Your state pages must use PHP to include an "image" and "data" from other files.

  3. Upload your files to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created 4 state pages that include information from other files. In particular, your state pages should include information from a file called "header.html" and "footer.html". It should also use the PHP include statement to include an "image" and "data". 20 0 10 20 __/20
Total points __/20