Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/06/2005, 13:31
jpalbox
 
Fecha de Ingreso: abril-2002
Mensajes: 432
Antigüedad: 22 años
Puntos: 0
hola como estan??

Mi problema consiste que al intentar leer los datos que figuran en una pagina html me da un error que dice:

Warning: file_get_contents( http://xxxxxx.htm): failed to open stream: No such file or directory in /home/public_html/datos.php on line 3

y la pagina datos tiene el siguiente codigo:

<?
$pagina= ' http://xxxxxxxx.htm';
$contenido = file_get_contents($pagina);
echo $contenido;
?>



Estoy utilizando una version superior a 4.3.0
allow_url_fopen=on

ME podeis orientar con el problema???

Un saludo