<?php $html = '<div><img src="http://x.com" /><span>xyz</span><a href="http://example.com"><img src="http://example.com" /></a></div>'; $doc = new DOMDocument(); $doc->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); $xpath = new DOMXpath($doc); $images = $xpath->query('//img'); foreach ($images as $image) { $div = $doc->createElement('div'); $div->setAttribute('class', 'demo'); $image->parentNode->replaceChild($div, $image); $div->appendChild($image); } echo $doc->saveHTML();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`