if(function_exists('file_get_contents')) {
$data = file_get_contents('http://astroloji.mahmure.com/burclar/koc');
preg_match('@

(.*?)

@si', $data, $content);
echo $content[0];
} else {
echo "wm araci";
}
?>