I just knew that you can SELECT a database, is that part of the SQL query? Because from what I know of, you need to have the table first before you can SELECT a table

well, also called schema..?
PHP Code:
mysql_select_db($db);
I'm still confused on what should I put as the name of the database? I don't have the table yet... nothing to be SELECT ed.. So, I need to create one
