<?php $dom = DOM\HTMLDocument::createFromString('<body><h1>Test</h1></body>', LIBXML_NOERROR); echo $dom->body->innerHTML, "\n"; // Output: <h1>Test</h1> $dom->body->innerHTML = '<p>Something new</p>'; echo $dom->saveHTML(); // Output: <html><head></head><body><p>Something new</p></body></html>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`