<?php $html=new DOMDocument(); $html->loadHTML('<div class="test">HALLO</div>'); $tags=$html->getElementsByTagName("div"); echo $tags[0]->tagName."<br />"; foreach ($tags[0]->attributes as $attr) { echo $attr->value."<br />"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`