Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/06/2005, 05:53
jpalbox
 
Fecha de Ingreso: abril-2002
Mensajes: 432
Antigüedad: 22 años
Puntos: 0
Solucione el problema utilizando otra funcion para leer el archivo:
<?
$html = implode('', file 'http://xxxx/datos.htm'));
echo $html;
?>