<?php $html = <<<HTML <div class="gg">Hello</div> HTML; $doc = new DOMDocument; $doc->loadHTML($html); // ?>