This question already has an answer here:
I have a string below
<?php
$str = '<td>1.06</td><td>9.30</td><td>16.08</td><td style="color:#009">0.70</td><td style="color:#009">3/3.5</td><td style="color:#009">1.00</td><td><font color="blue">L</font></td>';
?>
What function help us to get value of each < TD > tag and putting them into an array . Thank friends.
</div>