Use the JSON file found in ADayAtTheRaces.zip and
make a PHP page that reads the JSON file and loads the data into a DataTable that allows the columns to be
sorted and searched.
XML Lab Part A: CD Catalog (local file) Download the CD Catalog XML file from
http://www.w3schools.com/xml/xml_examples.asp.
Then write a PHP page to read a local copy of the file and display the information.
XML Lab Part B: Plant Catalog (remote file) Look at the Plant Catalog XML file from
http://www.w3schools.com/xml/xml_examples.asp.
Then write a PHP page to read the remote file and display the information.
CSV Lab: Presidents from CSV file into jQuery Accordion Make a President
class that includes properties: name, dates, nickname, and image_file. Read
and parse the data file provided. Use it to instantiate an array of President
objects. Then use those objects to populate a jQuery Accordion with the
presidential data.
PresidentData.zip