i am using DOMDocument class, to parse HTML document in PHP. the code of table i am using...
<table>
<tr>
<td> 123 employees </td>
</tr>
<tr>
<td> $50,000 </td>
</tr>
</table>
i am not able to fetch nodeValue of the tag, which are like in the above format, i.e ($50,000, 123 employees ).