<?php $f = file_get_contents('http://yaca.yandex.ru/'); $search = preg_match_all('#<dt>(.*)</dt>#',$f,$m); print_r($m); echo $m[0]; ?>