![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/09/2002, 12:42
|
![Avatar de Necros](http://static.forosdelweb.com/customavatars/avatar3909_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 431
Antigüedad: 23 años Puntos: 0 | |
Re: que falla aki? <?php
$enter= "<br>";
$text = "provando.txt";
$t=file($text);
$li=count($t);
Print ($li[1].$enter.$li[2].$enter.$li[3].$enter.$li[4].$enter.$li[5])
?>
A primera vista ya te pudeo decir que te has dejado el ; del Print, aunque te aconsejo que utilice echo ...
echo $li[1].$enter.$li[2].$enter.$li[3].$enter.$li[4].$enter.$li[5]; |