{% else-1 %}
Простая граббилка текст с сайтов! Грабим с маил.

                        
<? 
$f = file_get_contents('http://mail.ru/index.php');
preg_match_all( '/<b>(.*)<\/b>/iUs' , $f, $matches);
echo $matches[0][0];
?>
-1 24 0
Без комментариев...