by_grafitus adlı üyeden alıntı: mesajı görüntüle
<?php

$data = file_get_contents('http://www.trabzonspor.org.tr/default.asp');

$standings = preg_match('~<td width="100%" background="images\/theme\/ts_88.gif" height="153" valign="top">(.+?)<\/marquee>~m', $data, $match) ? $match[1] . '</marquee>' : 'Puan Durumu Alınamadı';

echo $standings;

?>
Bu nedir anlayamadım