Is there a way of formatting something like 2222222222 to 2,222,222,222 ? (in php of course)
So whatever the length of the integer, it should be able to display it in that fashion.
I search for it, but found in this style 2,222.22 which I don't like..
Any suggestion please?