preg_match_all('@</td> <td>(.*?)</td>@i', $veri, $cikti);
for($c=0;$c<count($cikti[1]);$c++) echo $cikti[1][$c]."<br>";