Lab. Use the data found in Eagles.csv
(from http://www.philadelphiaeagles.com/team/roster.html)
to first design and create a
table in MySQL using PHPMyAdmin. Creat a Word document and paste a screen capture showing you have done so. With that new
table selected on the left, click on the Import tab and use the csv file to load in the data. Make a screen caopture of
you "browsing" the data after the import and add it to your document. Make a PHP that connects to this page and executes
a SELECT query on this table. Then loop through the rows and display the resulting data in a jQuery Accordion. Post it
on the csc-srv1. Paste a screen capture of the accordion and add it to your document. Also include in your document a
URL to your page that I can copy and paste to see it for myself.