Tema: Contador Php
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/08/2011, 11:21
Malekith
 
Fecha de Ingreso: abril-2006
Mensajes: 105
Antigüedad: 18 años
Puntos: 11
Respuesta: Contador Php

<?PHP

$txt = file("numeros.txt");


$numero = split("5",$txt);
$totalnumeros = count($numero);

echo $totalnumeros;

?>

A ver si te vale, lo he escrito desfe el movil, asi q igual hay errores.