<Pre> <? @set_time_limit(0); @ini_set("display_errors","1"); $kol = 1; // Кол-во страниц if ($kol<10) $kol="0$kol"; While ($i<=$kol) { $i++; $file = file_get_contents('http://www.samair.ru/proxy/proxy-' .$kol. '.htm') ; preg_match_all('/([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\:[0-9]+)/is', $file, $out); foreach($out[0] as $line) { echo "$line\n"; } } ?> </pre>