prova così
codice:
$pattern = "#<td>(.*)</td>#";
preg_match_all($pattern,$stringa,$mth);
var_dump($mth[1]);