$sql = "CREATE TABLE `table_name` ( `test` TEXT NOT NULL ) COMMENT = 'table comments go here';"; $result = mysql_query ($sql);
Comment