CREATE TABLE `free_hosting` (
`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=112 ;
INSERT INTO `free_hosting` VALUES (1, 'http://geocities.yahoo.com/', 'Geocities', 'http://geocities.yahoo.com/n 15 Mb with 3Gb monthly bandwidth limit. Banner or Pop-up ads on each page. Browser or FTP uploads. On-line editor. CGI scripts: counter and guestbook. URL: ''http://www.geocities.com/yoursite/''.n ');
INSERT INTO `free_hosting` VALUES (2, 'http://www.freeservers.com/', 'Freeservers.com', 'http://www.freeservers.com/n 12 Mb. Banner ad on each page. Browser uploads. Email forwarding. CGI scripts: counter, guestbook and form mailer. Domain hosting. URL: ''http://yoursite.freeservers.com/''.n ');
INSERT INTO `free_hosting` VALUES (3, 'http://www.fortunecity.com/', 'FortuneCity', 'http://www.fortunecity.com/n 25 Mb with 3Gb monthly bandwidth. Banner ad and Pop-ups on each page. FTP uploads. URL: ''http://members.fortunecity.com/yoursite/''.n ');
|