Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2004, 00:18
Avatar de CHILENOCES
CHILENOCES
 
Fecha de Ingreso: octubre-2001
Ubicación: Mmm paseando por la vida
Mensajes: 491
Antigüedad: 22 años, 5 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...