I read html file to $document variable
$document = file_get_contents("ExtractYourTemplate/fileforread.html"); $doc = new DOMDocument(); @