CREATE TABLE IF NOT EXISTS `clickcounter` ( `ID` int(11) NOT NULL, `Link` varchar(255) NOT NULL, `Count` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
info at phpclasses dot org