Skip to content

DarkHorseComics/php_simple_homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites: PHP >= 5.2

The Problem

The webpage dh_homework.html is unacceptably static.

  • Read data from dh_homework.csv
  • Populate the table with the data from dh_homework.csv
  • If the contents of dh_homework.csv get changed (different numbers, perhaps another title added) the contents of the table should reflect that change the next time the page is loaded.
  • Add column-based sorting to the table using the method of your choice (e.g. click on the column title to sort by that column)

Delivery instructions

Please do not fork this repository (for the sake of anonymity). Instead, please clone this repo, check in your solution, zip up the files, and email the zip back to us.

Releases

No releases published

Packages

No packages published

Languages