i needed to extract certain format links from the html source code....
e.g.
text = <a class='rightnavthumbtext' href='gallery.php?id=11'><b>Recent Work</b>
the script should extract only gallery.php?id=11 and so on
the script should extract all the links from the source code and display using loop