<?php $doc = new DOMDocument; $doc->loadHTML( '<div id="wrapper_left">Some text</div>'); $xpath = new DOMXPath( $doc); $div = $xpath->query( '//div[@id="wrapper_left"]')->item(0); echo $div->textContent;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`