<?php include "fetch.class.php"; $spider=new fetchlinks("http://yahoo.com"); echo "Link Captions:<br>"; $spider->show_caption(1); echo "<br>"; echo "Link Targets:<br>"; $spider->show_href(1); ?>