Hola amigos, tengo el siguiente problema, escribi el siguiente codigo
Código PHP:
<?php
$text = file_get_contents("http://safeweb.norton.com/report/show?name=hamidos.net");
echo $text;
?>
y me sale el siguiente error:
Warning: file_get_contents(
http://safeweb.norton.com/report/show?name=hamidos.net) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in C:\wamp\www\MalwareURL\2.php on line 2
Alguien que sepa cual es el problema, o como puedo solucionarlo.
En el php.ini si esta activado allow_url_fopen
De antemano muchas gracias a todos por su tiempo