Warning: file_get_contents(http://www.baidu.com) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: 不知道这样的主机。 
大家帮帮我吧,
真的是快崩溃了,又是在本地可以但是上传到网站上面就不行了。----------------------------------
本地:Apache+PHP5.2+MYSQL
远程:IIS+PHP5.2+MYSQL---------------------------------
文件open.php全部内容如下:
<?php
$URL="http://www.baidu.com/f?k=256984556&page=1324&name=%ADG%ADF%WWW";
echo file_get_contents($URL);
?>----------------------------------
----------------------------------
大家帮帮我吧,我在本地测试都是好的,但是上传到网站里面却不行了,我要用这个是来给Ajax用的,但是Ajax不能跨域,所以这样的。