![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/08/2002, 04:03
|
| | Fecha de Ingreso: agosto-2002
Mensajes: 36
Antigüedad: 22 años, 6 meses Puntos: 0 | |
como ponerle el contenido de un .txt a una variabl <?php $noticia1 = fopen("http://membres.lycos.fr/legendzse/usuarios/admin/noticia1.txt","r");
while (!feof($noticia1))
{
$noticia = fgets($noticia1, 256);
}
fclose($noticia1);
?>
yo uso este codigo.. y a la hora de poner echo me muestra la mitad del txt :P me ayudan? |