رسالة الخطأ : 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 'TYPE=MYISAM AUTO_INCREMENT=1' at line 9
الاستعلام المسبب للخطأ :
CREATE TABLE IF NOT EXISTS pbb_store ( id INT(10) NOT NULL AUTO_INCREMENT , title varchar(255) NOT NULL, image_path varchar(255) NOT NULL, text longtext NOT NULL, price VARCHAR(255) NOT NULL, username varchar(255) NOT NULL, sell_on int(1) NOT NULL, PRIMARY KEY (id) ) TYPE=MYISAM AUTO_INCREMENT=1