i) I need to extract few elements from a html page using php.
ii) Am using html dom parser.
iii) I have been able to extract all **<a>**s, **<b>**s, **<li>**s
, etc.
iv) How should I be able to extract elements of the type/enclosed within
**<td class = ""><a href = "">ABC</a></td>**
Anything using href, i.e. property of href
Note: I need to extract ABC