$str = '';
$pattern = '/src="(.*?)"/';
preg_match($pattern, $str,$result);
echo("Adres: " . $result[1]);
?>


Kolay gelsin.