PHP HTML Generation

Due: 11:00pm, Thursday, October 20, 2022

Assignment Description

The project4-handout directory has three files: project4.php, style.css, and animals.csv. The animals.csv file is the output from the previous project. The project4.php file contains in incomplete HTML document. Complete the PHP program project4.php to read in the animals.csv file and produce a complete HTML document that includes an HTML table of file’s contents. Additionally, the external CSS style sheet named style.css must be linked to the HTML document and must contain at least four rules.

Instructions

To start the assignment, login to your university Linux account and copy the assignment code to a location somewhere under your home directory. The assignment code is located at:

/export/home/public/schwesin/csc242/projects/project4-handout

You need to edit the project4.php file. Do not change the names of the file.

You can capture the output of the program to a file with the following command:

    php project4.php > out.html

You can then move the output file to your local machine and open it in a browser.

To submit your assignment, execute the following command from within your project4-handout directory:

    ~schwesin/bin/submit csc242 project4

Grading Criteria

Note: If the code has syntax errors or does not execute properly (this includes warnings from PHP interpreter), you will receive a failing grade for this assignment. If the submission includes material that was not covered in class and the material is not properly cited, then you will receive a failing grade for this assignment.