<?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]); ?>