For our project we decided to make a new table for every new user who creates a username and password and then signs into our website. We used the new, unique username as the name of each new table. To create the table we used the same concept that was used on the "Create Table using the PHP Code" homework assignment, and we added that code into our user registration page.