Number formatting
Posted: Sun May 28, 2006 9:47 am
What is the best way to present a number putting the commas into it e.g.
Currently: 12044536645
I want: 12,044,536,645
Thanks
Currently: 12044536645
I want: 12,044,536,645
Thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You practically answered your own question in the thread title.tommy1987 wrote:What is the best way to present a number putting the commas into it e.g.
Currently: 12044536645
I want: 12,044,536,645
Thanks