Hi there,
I was wondering if anyone has ideas how to count an amount of e-mail addys in a plain textfile. On one of my servers I"m using this :
<?php
$amount = exec("wc -l /home/3amp/brizis.list");
echo ereg_replace( " /home/3amp/brizis.list", " ", $amount);
?> subscribers on your list.<br>
However, I now need to do the same on a server that does not seem to have 'wc' installed...
Any tips/ideas?
Thanks,
Stepan