Мой быдлокод число для парсинга инфы в таблице:
$file = file_get_contents('http://www.sports.ru/liverpool/?type=team');
preg_match('/<div class="stat mB15">(.*?)<\/div>/is', $file, $info);
preg_match_all("/<tr>\n<td>(.*?)<\/td>/is", $info['1'], $num);
preg_match_all("/<td [^\d]+>\n<i class=\"flag-s flag-[\d]+\" title=\"(.*?)\&quo