CREATE TABLE `insults` ( `id` int(10) unsigned NOT NULL auto_increment, `info` text NOT NULL, PRIMARY KEY (`ID`) ) TYPE=MyISAM; INSERT INTO `insults` VALUES ('', 'He was happily married - but his wife wasn''t.'); INSERT INTO `insults` VALUES ('', 'Is he just doing a bad Elvis pout, or was he born that way?'); INSERT INTO `insults` VALUES ('', 'I knew right away that Rock Hudson was gay when he did not fall in love with rnme.');