For my php class hw I need to make my code do this:
displayProduct() function should:
1. Display a nice headline or heading (you might make the heading the first row of the table)
2. Start an HTML table before you output the data
3. Loop through the array (passed as a parameter), and...