I'm studying php and I was seeing the cURL function and I wanted to know if it's possible to get the contents of only one ID from another page
example:
<div id="teste2">
n pegar esse aqui
</div>
<div id="teste">
Pegar somente o conteúdo que esta aqui dentro
</div>