/ Published in: PHP
Expand |
Embed | Plain Text
$dom = new DOMDocument(); $dom->preserveWhiteSpace = false; $dom->strictErrorChecking = false; $dom->loadHTMLFile($url);
You need to login to post a comment.
$dom = new DOMDocument(); $dom->preserveWhiteSpace = false; $dom->strictErrorChecking = false; $dom->loadHTMLFile($url);
You need to login to post a comment.