Tema
:
leer un txt y mostrar el texto
Ver Mensaje Individual
#
2
(
permalink
)
27/10/2005, 14:55
okram
Invitado
Mensajes: n/a
Puntos:
Hola:
Aunque estoy seguro de que no es la manera correcta, yo siempre lo hago simplemente asi:
Código PHP:
<?php
require(
'archivo.txt'
);
?>
Pero checate estos links ademas
http://www.php.net/manual/es/function.fopen.php
http://www.php.net/manual/es/function.fclose.php
http://www.php.net/manual/es/function.fgets.php
http://www.php.net/manual/es/function.fread.php
http://www.php.net/manual/es/function.fwrite.php
Espero mi humilde comentario te haya servido
Salu2
okram