CREATE TABLE `free_internet` (
`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=97;
INSERT INTO `free_internet` VALUES (1, 'http://www.emailaddresses.com/email_internet.htm', 'EmailAddresses.com', 'http://www.emailaddresses.com/email_internet.htmn Free ISP reviews that including consumer opinions of various services.n ');
INSERT INTO `free_internet` VALUES (2, 'http://www.nopayweb.com/', 'NoPayWeb', 'http://www.nopayweb.com/n Detailed evaluations of free ISPs, PC2phone, phonecards, computer books, plus other freebies.n ');
INSERT INTO `free_internet` VALUES (3, 'http://www.internetusers.net/', 'Internetusers', 'http://www.internetusers.net/n List of free Internet service providers for the United Kingdom and the United States.n ');
|