<?php $html = '<html><head><title>Test</title></head><body><div id="getMe">Hello World!</div></body></html>'; $dom = new DOMDocument; $dom->loadHTML($html); $e = $dom->getElementById('getMe'); var_dump($e->textContent);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`