0
I have a string that contains html code :
$pagina = "<!DOCTYPE html>
<html lang='pt-BR'>
<title>Pagina</title>
<meta charset='UTF-8'>
<div class='conteudo'>
<div class='valor'>
1000
</div>
</div>
</html>
";
$valor = $pagina //pegar na variável $pagina o que esta entre <div class='valor'> e </div>
Is there any PHP function that can help me?
Thank you very much friend helped too much, I searched and had not found at all.
– Gabr13l_Alm31da