Здрасти Можно ли какнибудь сграбить 6 строку странички http://www.corecore.fm/site_playing.php Тоесть нужно сграбить название песни и исполнителя онлайн радио Заранее спс
PHP: <?php $file=file_get_contents('http://www.corecore.fm/site_playing.php'); preg_match('#<h3 class\="center pink">(.*)</h3>#Usi',$file,$answer); echo ($answer[1]); ?>