<html> <head> <title>Problema</title> </head> <body> <?php $ar=fopen("datos.txt","r") or die("No se pudo abrir el archivo"); while (!feof($ar)) { $linea=fgets($ar); $lineasalto=nl2br($linea); echo $lineasalto; } fclose($ar); ?> </body> </html>
¿Quienes somos?
Condiciones de uso
Publicidad
Privacidad de la informacion