You would not normally do this as your pages should be entering the data. However, occasionally it can be useful to do it in PHPMyAdmin.
Open PHPMyAdmin and log in. Click on the database which holds firsttable and secondtable. Click on firsttable.
Click on the INSERT tab at the top of the page. You can now add a new record in this table. Enter this data:
- leave the first field empty as MySQL will auto-increment it
- type in any CD title, artist and record label to those fields
- put a price in with the format 6.99
Click Go. You can now click on the Browse tab to see the record. To change the data click on the small pencil for that record. To delete use the red X. Add and remove a few but end up with at least three entries in the table.



