Hey,
Im just wondering how i can get something like this to work:
$tablename = $_POST['tablename'];
mysql_query(CREATE TABLE `databasename`.`$tablename` (`name` VARCHAR( 200 ) NOT NULL))
At the moment its coming up with an error because I am using a variable for the table name instead of inputting it normally.
Thanks,
Max