Hey!

How can I extract the Hyperlink Text from the source code of a page ?

<a href="http://link.songs.pk/song1.php?songid=7553">
Ai Khuda</a>

I want to Extract the text between the MULTIPLE <a> tags on the webpage! In this case it is "Ai Khuda".

Here I am facing a problem as the href changes with every <a> tag !

Please Help