I'm trying to set up a page showing the contents of a database of musical scores I have online but have come across a few problems.
I've got an SQL database with a table within called "list". Within the table I have three fields, "name", "composer" and "price". Using the script below...