$mysqli="CREATE TABLE * $exe[1](id INT NOT NULL AUTO_INCREMENT , text INT NOT NULL , fileid VARCHAR(2000) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , orin INT NOT NULL , PRIMARY KEY (id)) ENGINE = MyISAM CHARSET=utf8 COLLATE utf8_general_ci";
if ($conn->query($mysqli) === FALSE)
__________________________________________________________________
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* salom(id INT NOT NULL AUTO_INCREMENT , text INT NOT NULL , fileid VARCHAR(2000' at line 1