Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/04/2005, 10:04
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 1 mes
Puntos: 17
Código PHP:
$rows 0;
$fp fopen ("archivo.txt","r");
while (
$row $gets($fp)) { $rows += 1; }
fclose($fp);
echo 
$rows
Si está delimitado por , te conviene leer http://ar2.php.net/manual/es/function.fgetcsv.php