[SOLVED] formatted number

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
shailendra
Forum Newbie
Posts: 13
Joined: Mon Jun 20, 2005 12:20 am
Location: INDIA
Contact:

[SOLVED] formatted number

Post by shailendra »

Hi,

I'm very confused abt. this, i simply wants the number 2304288 shows like 2,304,288 in php i.e; any number converted to its number formate .

Pls. help.

regards


Thanks i got the solution.


regards
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Edit your post's topic to [SOLVED] so that we may know it beforehand. Comply with the forum rules.

For those who wanna know, function is number_format().
Post Reply