當試圖解析html時使用簡單的html解析器,我沒有得到任何迴應。這裏是代碼:
$html = new simple_html_dom();
$html->file_get_html('http://thepiratebay.se/search/1080p/0/7/207');
$html
什麼也沒有返回。但是,當我使用此網址做相同的事情時,http://thepiratebay.se/browse/207/0/7
,我得到了正常的迴應。
我真的不明白爲什麼,因爲網址完美。
A var_dump
on $html
返回bool (false)
。
我有PHP 5.3.1和allow_url_fopen
是在php.ini中
我很抱歉,但我沒有真正在這個問題笑...你得到任何形式的任何錯誤? – Seer 2013-03-26 12:18:45