When I run my system in the localhost, it is successful. but when I put it into a server, it displays this error message..what is the problem?
Strict Standards</b>: Non-static method DOMDocument::loadXML() should not be called statically, assuming $this from incompatible context in <b>F:\htdocs\bricksmind\hafiz\dochelper.php</b> on line <b>58
Below is the line 58 of dochelper.php:
$Xml = DOMDocument::loadXML($Data, LIBXML_NOENT | LIBXML_XINCLUDE | LIBXML_NOERROR | LIBXML_NOWARNING);