There's an external site http://example.com/phprender.php
Which returns the following html elements
<div id="phprender">
<p id='101'>ABC</p>
<p id='102'>Hello World!</p>
</div>
How do I retrieve the data "ABC" so I can use that data to display in my own site?