$icerik = file_get_contents('site adresi');

preg_match_all('/(.*?)<\/td>/s', $icerik, $gelen);

print_r($gelen);
?>