Posted by Fred Atkinson on 03/24/07 14:27
I am using the following script to display the number of entries in a file: <?PHP echo count(file('filename.dat')); ?> The current tally is in the 2500 range. Is there any way to format it so that the comma is inserted into the number (2,500) when the echo command sends it to the page? Regards, Fred
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming