I have been programming all day trying to accomplish my goal. At first I tried using Regular Expressions (Regex) but it seamed much too complicated and inneficient although it did achieve my goal somewhat.
This is the link to the site I'm working with:
http://thewarezscene.org/forums/memberlist.php?start=20
If you view the page's source (The site seems to be down at the moment) you will notice this recuring link tag:
<a href="http://thewarezscene.org/forums/username-u14088.html">USERNAME</a>
Each new page has a list of everyone registered to the site. Incrementing by 20. Ex. start=20, start=40, start=60. I know how to get all elements from an HTML page, but what would be the best solution to get the link text for that specific link format only?