sorry could not get the html source code of this url:http://www.picbear.com/tag/ok;
i always get a blank page with a ["Hello Stranger"] message.
no problems if i use chrome's tools.
i've always used file_get_contents
or php_simple_html
DOM parser with no problems.
i can't access to the php.ini because of my provider restrictions but it should be ok.
help anyone? thanks.
$url = "http://www.picbear.com/tag/ok";
$html = file_get_contents($url);
echo $html;
Just add
User-Agent
header: