Ben html şu var:
<html ><body >Body text <div >div content</div></body></html>
How could I get content of body without nested <div>
?
I need to get 'Body text', but do not have a clue how to do this.
çalışan sonucu
$domhtml = DOMDocument::loadHTML($html);
print $domhtml->getElementsByTagName('body')->item(0)->nodeValue;
Ben almak istiyorum tam olarak ne değildir 'Body textdiv içeriği' olduğu