Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/10/2010, 16:27
diego007007
 
Fecha de Ingreso: enero-2009
Ubicación: en la casa
Mensajes: 223
Antigüedad: 15 años, 3 meses
Puntos: 3
Error con file_get_contents

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