You should still have your web browser open to the field definition form, with the fields complete and ready for submission. Go ahead and click on the Create Table button. If everything goes smoothly, you'll see the response in the following figure.
To prove that the my_music table has really been created on the testDB database, access the db_listtables.php script you created in the previous chapter. You should see the my_music table in the list.
In the next chapter, you create an HTML form interface to a script that adds entries to the my_music table.