MySQL / PHP tests
- Prove Connection - Getting a connection to the db
- Prove Select - selecting a db and table
- Prove Array - sticking the results in an array
- Select All - selecting all in the db table
- Select sold - select all that are sold
- Select not sold - select all not sold
- Format stuff in the array - extract usable variables from the array and put into a table.
- Ok, now more complicated formatting - extract, and show stuff in better looking templates.
- Ok, now use a function to call a particular record - Can't get this one to work. Keep trying.
- A Detail view of a single item -- linked from the large view