Hello I've been looking for a tool that does this: strips all html tags on page and everything else actually and then makes a list with all the anchor texts from the page. I've found a windows app which does this perfectly and it's calle Happy Harvester but it's shareware and the price is too high for me - 80 euros. So I'm looking for recommendations for some other app or script that has that functionality. thx in advance K.
You could program this in PHP quite easily. The two key functions: file_get_contents("http://www.test.net"); preg_match("/alt=\"([A-Za-z9-9])\"/") ^ missing lots of stuff, but enough to get you started if you were going to research it.