CREATE TABLE `free_egreetings` (
`ID` int(10) unsigned NOT NULL auto_increment,
`URL` text NOT NULL,
`Name` text NOT NULL,
`Description` text NOT NULL,
PRIMARY KEY (`ID`)
) TYPE=MyISAM AUTO_INCREMENT=368 ;
INSERT INTO `free_egreetings` VALUES (1, 'http://www.bluemountain.com/', 'Blue Mountain', 'http://www.bluemountain.com/n Contains interactive ecards and printable greeting cards for holidays, birthdays and various funny, social and religious occasions.n ');
INSERT INTO `free_egreetings` VALUES (2, 'http://www.all-yours.net/', 'All-Yours.net', 'http://www.all-yours.net/n Offers a selection of cards in various categories. Features events and holidays, birthdays, love and romance, flowers, scenery, and religion.n ');
INSERT INTO `free_egreetings` VALUES (3, 'http://www.americangreetings.com/', 'American Greetings', 'http://www.americangreetings.com/n Offers animated ecards and printable greeting cards for birthdays, social occasions and holidays such as Christmas, Valentine''s Day, Easter and Mother''s Day.n ');
|