what would you use to go through html and pick out every link including the title so thats <a href....</A> ... something like preg_match_all("'<a\s+href\s=\s ? how would i write the rest of it?
hrmmm i dont think strip tags is what im looking for... im looking for something to get rid of everything from a block of html except the code that starts with <A HREF and ends with </A>