试图通过文档www.get_html获取某一网页的内容。
事情是,我以前设法这样做,但现在却给我一个没有错误的空洞结果。
file_get_contents( http://www.google.com ) or die( this is not a valid url );
the url is valid. i chekced it by pasting it to my browser.
我试图与用户——代理人玩 playing:
ini_set( user_agent , My-Application/2.5 );
甚至
ini_set( user_agent , Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.24 (KHTML like Gecko) Chrome/19.0.1055.1 Safari/535.24 );
but nothing.. any suggestions?