<?php $html = '<html><body><div>123</div><div>456</div></body></html>'; $dom = new DOMDocument; $dom->preserveWhiteSpace = true; $dom->formatOutput = false; $dom->loadHTML($html, LIBXML_HTML_NODEFDTD); $body = $dom->getElementsByTagName('body')->item(0); echo $dom->saveHTML($body);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`