how to use thousand separator in php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

how to use thousand separator in php?

Post by adilmarwat2004 »

I want to use the thousand separator in php for amount

like that 2,630 , 25,560 1,23,625

How I do this to use like above to make it easy to ready the amount.


please help?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: how to use thousand separator in php?

Post by requinix »

For God's sake, you've been asking this same question all over the Internet and been getting the same answer every single time.

number_format
Post Reply