file_get_contents - Bağlantı zaman aşımına uğradı

0 Cevap
<?
$a = file_get_contents('http://www.google.com');
echo $a
?>

Neden cehennem tarayıcı bu hata veriyor?

Uyarı: file_get_contents (http://www.google.com) [function.file-get-içindekiler]: failed to open stream: Connection on line 2 / home / test.php içinde zaman aşımına uğradı

0 Cevap