Samples for Quotes Database

Table Structure:
CREATE TABLE `quotes` ( `id` int(5) NOT NULL auto_increment, `quote` text NOT NULL, `author` varchar(128) NOT NULL default '', `authordata` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=17395 ;

Samples: