find('img') as $e) $e->outertext = ''; // replace all input foreach($html->find('input') as $e) $e->outertext = '[INPUT]'; // dump contents echo $html; ?>