<?php $perem=str_replace("\n", '', file_get_contents('http://live.radioapple.ru:10250/')); preg_match('~<tr><td>Current Song:</td><td class="streamdata">(.*?)</td></tr>~is', $perem, $match); echo '<marquee>'.$match[0].'</marquee>'; ?>
<?php $perem=str_replace("\n", '', file_get_contents('http://live.radioapple.ru:10250/')); preg_match('~<tr><td>Current Song:</td>\n<td class="streamdata">(.*?)</td></tr>~is', $perem, $match); echo '<marquee>'.$match[0].'</marquee>'; ?>
<?php $perem=str_replace("\n", '', file_get_contents('http://live.radioapple.ru:10250/')); preg_match('~<tr><td>Сейчас играет:</td>\n<td class="streamdata">(.*?)</td></tr>~is', $perem, $match); echo '<marquee>'.$match[0].'</marquee>'; ?>