$doc = new DOMDocument(); libxml_use_internal_errors(true); $doc->loadHTML($html); libxml_use_internal_errors(false);