Ver Mensaje Individual
  #10 (permalink)  
Antiguo 16/09/2008, 21:28
Avatar de vidalsoft
vidalsoft
 
Fecha de Ingreso: julio-2008
Ubicación: /www/...
Mensajes: 339
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: Como leer archivo

algo asi :
Código PHP:
<?php  
//todo tu archivo.txt esta como un array en $file linea por linea 
$file=file("archivo.txt");  //tenen en cuenta la ruta de tu archivo... 

//y puedes recuerpar el contenido con  
foreach ($file as $line_num => $line) {  
$linea1=$line[0];
$linea2=$line[1];
$linea3=$line[2];
}
// asi con la misma logica recuerda es un array $array[indice] 
  
?>
__________________
Anthony Vidal Contreras | @AnthonyVidalC | Skype: vidalsystem | [email protected]