I have a filesize(<filename>) function to report the size of a file.
Is there a simple function to insert the ',' after even 3 numbers.
i.e.
$temp = filesize(<filename>);
$temp2 = convert_to_pounds($temp);
124343234 = 124,343,234
1123213 = 1,123,213
etc...
Regards,
pgudge