CREATE TABLE `count` ( `id` int(11) NOT NULL, `count` varchar(255)NOT NULL, `img` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULTCHARSET=latin1;