Google Facebook YouTube Yahoo! Twitter '; $dom = new DOMDocument(); $dom->loadHTML($html); $a = $dom->getElementsByTagName('a'); for($i; $i<$a->length; $i++) { $attribute = $a->item($i)->getAttribute('href'); echo $attribute.'
'; } ?>