I'm sort of new to PHP, but I think my code is right. However, it's obviously not, since it doesn't create the table. It's been a long night, so I might have missed something obvious, though. Please help.
$id = 21;
mysql_query (
"CREATE TABLE '$id'
(
Egg_ID varchar(4),
Click bool,
Views int
)");