Page 1 of 1

Putting commas in numbers

Posted: Mon Jul 21, 2003 3:48 pm
by LancelowDowell
Is there any easy way to add commas into numbers? Such as 1,000,000 instead of 1000000? Thanks

Posted: Mon Jul 21, 2003 3:54 pm
by delorian
Check the number_format() function in the manual, but I think that will convert number to string so use it only for printing on screen :D