![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/03/2004, 00:18
|
![Avatar de CHILENOCES](http://static.forosdelweb.com/customavatars/avatar10806_1.gif) | | | Fecha de Ingreso: octubre-2001 Ubicación: Mmm paseando por la vida
Mensajes: 491
Antigüedad: 23 años, 3 meses Puntos: 0 | |
Si mal no recuerdo seria algo como esto:
$file = 'archivo.txt';
$fd = fopen ($file, "r");
while (!feof($fd)) {
$buffer = explode('|$dato1|','|$dato2|','|$dato3|',);
echo "$dato1 - $dato2 - $dato3";
}
fclose ($fd);
__________________ ChilenoCesar Looking for something new... |