
14/06/2007, 11:06
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses Puntos: 11 | |
Re: Contar palabras de un archivo txt Código PHP: <?php echo str_word_count(file_get_contents("archivo.txt")); ?> Ver: www.php.net/manual/es/ref.strings.php |