preg_match('#href = "(.*?)"#si',$Value,$Url);
print_r($Url);
Birden fazlaysa
preg_match_all('#href = "(.*?)"#si',$Value,$Url);
print_r($Url);