PHP - file_get_contents Sistem Hatası?

0 Cevap php

Ben bir url gelen html ayrıştırmak çalışıyorum. Ben bunu:

$html = file_get_contents($someURL);
echo $html;

Ben senaryoyu çalıştırdığınızda ama, sayfa bunu gösterir:

UISCGI (software8a-web; software8a-link):
This site is best viewed with Netscape 4.6 or 4.7 or Internet Explorer 5 and greater.
At this time Netscape 6 is not supported for Link usage.

Kullanıcı Agent olarak IE7 taklit ederken aynı zamanda, url Curling çalıştı.

What's going wrong here? I couldn't find this error anywhere with Google. How do I get past this system error?

0 Cevap