Maybe I missed something here. But how if you can, create a table in a mysql db using php? Basically I want to take info a user fills out and create a db using that info.
John
NM. figured it out. Sheeshh!
$sql="CREATE TABLE name(fields);
duh!
hehe
Well I meant
$sql="CREATE TABLE $variable (fields)";