shohsite, $data = file_get_contents($a); preg_match_all('|<a href="(.*)"|U', $data, $url); echo '<pre>'; print_r($url);