What I want to do is take a number like this:
23295
and turn it into this:
23,295
So basically counting 3 numbers from the back and then adding a comma. How do I do this?
take a look at [man]number_format[/man]