An error occurred while executing the code:
<?php require_once 'simple_html_dom.php'; $content = file_get_contents('http://lineageii.uz/index.php?f=stat&act=general&sid=1'); $dom = new DomDocument; $dom->loadHTML(mb_convert_encoding($content, 'HTML-ENTITIES', 'UTF-8')); $xpath = new DomXPath($dom); $hel = $xpath->query("//td[@class='l2right']"); echo $hel[2]->nodeValue; ?> Displays the result:
Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 64 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 64 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 88 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 88 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 108 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 108 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 111 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 111 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 112 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 112 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 113 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 113 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 114 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 114 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 115 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 115 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): ID lastpost already defined in Entity, line: 150 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 301 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 302 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 302 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 302 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 Warning: DOMDocument::loadHTML(): Unexpected end tag : size in Entity, line: 324 in C:\WEB\OpenServer\domains\gto\test\test.php on line 5 What could be a mistake?