Using simple_html_dom it is only parsing the web page header & then throws an warning;
the error log Warning: file_get_contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<link rel="stylesheet" href="http://www.rxproxy.com/index.php?rxproxyuri=aHR0cDovL3N0YXRpYy5pc29odW50LmNvbS9qcy9pc29odW50LmNzcw%3D%3D" type="text/css" />
<link rel="shortcut icon" href="http://www.rxproxy.com/index.php?rxproxyuri=aHR0cDovL3N0YXRpYy5pc29odW50LmNvbS9mYXZpY29uLmljbw%3D%3D">
ON line 75 of simple_html_dom.php
i noticed there is no ending tag for the 2nd shortcut icon, will this throw the error?
the error log