First let me say that I am fully aware of the number_format() function. However...
I need to use sprintf() function to format numbers with commas for the thousands separators. I cannot use number_format() for a very specific reason.
Please, anyone who knows the correct argument to pass to sprintf() to format the numbers with commas let me know.
Thanks.