Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/08/2004, 19:11
Avatar de jpinedo
jpinedo
Colaborador
 
Fecha de Ingreso: septiembre-2003
Ubicación: Lima, Perú
Mensajes: 3.120
Antigüedad: 20 años, 7 meses
Puntos: 41
utiliza readfile()
http://www.php.net/manual/es/function.readfile.php

En esta función, como ves, ya no se necesita el "echo", lo que tú hacías antes, ahora lo harás así:
Código PHP:
<?php
readfile
("loquesea.txt");
?>
Saludos