0
我有一個很奇怪的問題,希望有人能幫助我我不能讓某些URL內容
這一個工作
<?php
$url = file_get_contents('http://www.google.com');
echo $url;
?>
這個也是
<?php
$url = file_get_contents('http://www.typingclub.com');
echo $url;
?>
但爲什麼這不是工作和h我能解決它嗎?
<?php
$url = file_get_contents('http://www.gittigidiyor.com');
echo $url;
?>
你可以訪問'HTTP:// www.gittigidiyor.com'?我無法打開它。 – Mohammad
是的即時訪問http://www.gittigidiyor.com和我住在土耳其也許這個網站爲其他國家阻止 –
@Mohammad ........ –