Exercise #2

Paired programming!

Create a Web-accessible database

  1. In your MySQL account on pearl.ils.unc.edu, create a database table called: courses.
  2. Use the MySQL bulk loader to load data into the courses table from the file: ex2_courses.txt
  3. Write a PHP program to display the contents of the of the courses table on a web page in an HTML table, sorted by the instructor field.

What to turn in