$table_name= "test"; mysql_query("CREATE TABLE ".$table_name." (id INT(4) NOT NULL AUTO_INCREMENT PRIMARY KEY , a CHAR(1) DEFAULT NULL)");