Can I do that?
$wuzzup = "wuzzup";
$file = mysql_db_create($wuzzup);
and it will create a database for me named wuzzup?
I can't do it manually, because it is for a local intranet, and I need people to create them as they please.
$wuzzup will come off of a form and could be anything.
But it seems that mysql_db_create only takes it in this form ("wuzzup")
Is there a way around this?