Need something that scrapes links from page

Joined
Jan 3, 2009
Messages
1
Reaction score
0
Hey everyone, first post here. If I am posting in wrong place, sorry in advance. I am in need of something that would go to a link like this. (And it needs to increment through many of them or allow for multiple links to be added)

PHP:
http://www.someurl.com/sendmessage.php?do=im&type=aim&u=33439

Then I need for it to take a link from that page that would look like

PHP:
http://www.someurl.com/member.php?u=33439

However instead of the link, I want the text within the link.

OR it could look pull out the following links:
aim:addbuddy?screenname=fakeusername
 
Back
Top