bir şeyler saçmalardım işlh işine yarar




<?php

echo'<link rel="stylesheet" type="text/css" href="http://www.haberler.com/static/css2/style.css?a=1"/>';

function siteBaglan($url){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
$browser = $_SERVER['HTTP_USER_AGENT'];
curl_setopt($ch, CURLOPT_USERAGENT,"googlebot");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, "http://www.google.com/");
$source = curl_exec($ch);
curl_close($ch);
return $source;
}
$getir = siteBaglan("http://www.haberler.com/sanliurfa/namaz-vakitleri/");



preg_match_all('#<table(.*?)</table>#s',$getir,$kontrolx);
$kontrol="";
for ($a=0; $a<count($kontrolx[1]); $a++) {
$kontrol .= $kontrolx[1][$a];

$kontrol1=str_replace('width="100%">','',$kontrol) ;

}
echo '<table '.$kontrol1.'</table>'; ?>