<?php
header("Content-Type: text/html; charset=UTF-8"); header("Content-language: TR;");
$veri=file_get_contents("http://www.sinema.com/film/7012/havar");
//Konu Al
preg_match_all( '/(.*?)<\/div>/s', $veri, $son4 );
$konu2=$son4[0][47];
echo $konu2;
?>