No database is much use unless new data can be changed and old data can be edited.
- create an XHTML form to enter new Groups
- create an XHTML form to enter new CDs for a specific group (use the Group display page from the last exercise and add a link which uses GET to specify the group for the CD)
- add another link to the Group display page which allows you to go to an edit page which displays the current data in the XHTML form and allows the user to change that data
- create a menu page and system of links which allows the user to access all of the pages (display and entry)
Having created this music database you should already have made a few improvements of your own. Now work through all of the beginner's tutorial pages on this site and see if any of those techniques can be added to your database site to improve it:
- XHTML
- CSS
- JavaScript
- PHP
- MySQL
- also create a menu page, drop down menus or a system of links which allows the user to access all of the pages (display and entry)

