# ValekS (11.01.2014 / 17:21)Вот это можно echo implode('', array_slice($link[1], 0, 9));
Я такое насочинял:
[php]$links = file_get_contents("http://wildrandom.ru/forum/extern.php?action=feed&type=html");
preg_match_all('#<li>(.*?)<\/li>#is', $links, $link);
for ($x = 0; $x < 10; ++$x