";
/*
CREATE TABLE `chorbuch` (
`CBID` int(11) NOT NULL,
`Nr` int(10) NOT NULL DEFAULT '0',
`Titel` mediumtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Lieder im Chorbuch';
ALTER TABLE `chorbuch`
ADD PRIMARY KEY (`CBID`);
ALTER TABLE `chorbuch`
MODIFY `CBID` int(11) NOT NULL AUTO_INCREMENT;
CREATE TABLE `chorbuch_texte` (
`CBID` int(11) NOT NULL,
`Text` mediumtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
truncate table chorbuch;
truncate table chorbuch_texte;
*/
for($i=2897; $i<=3238; $i++){
#echo "http://anonymouse.org/cgi-bin/anon-www_de.cgi/http://www.nak-gesangbuch.de/index.php?html=dechbhym$i
";
$url = "http://anonymouse.org/cgi-bin/anon-www_de.cgi/http://www.nak-gesangbuch.de/index.php?html=dechbhym$i";
$handle = file_get_contents($url);
# $handle=file_get_contents("testseite4.html");
$handle = strstr($handle, '