preg_match("#< img src=\"/resimler/haber/(.*?)\"#si",$content,$image); // resimi aldık
preg_match("#<DIV style=\"LINE-HEIGHT: normal\"><STRONG>(.*?)</STRONG></DIV> <DIV style=\"LINE-HEIGHT: normal\">(.*?)<BR><BR>(.*?)</DIV>#si",$content,$detail); //verileri çektik
print_r($image);
print_r($detail);