preg_match("/img src=\"(.*?)\" width=\"204\" height=\"140\"/", $data, $sonuc);
$src = $sonuc[1];

echo $src;