I'm new to PHP, (started databases last week), where can I go to learn about designing a database with multiple tables?
Search the web/this site for "database normalization" That will teach you how to create multiple tables that have relations between them.