<?php $html = '<!doctype html> <html> <body> <img src="computerIcon.png"> </body> </html> '; $proxy = 'https://proxy.example.com/?url=https://domain.example.com/'; $xml = new DOMDocument("1.0", "utf-8"); $xml->loadHTML($html); foreach($xml->getElementsByTagName('img') as $item) { $item->setAttribute('src', $proxy . $item->getAttribute('src')); } $xml->formatOutput = true; echo $xml->saveHTML();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`