Forum Moderators: coopster
How can I write 1000 as 1.000 (and 1000000 as 1.000.000) in PHP?
Thx, Turbo
(not sure if it can do dots instead of commas; but if it can't just use str_replace to change the commas to dots afterwards)
==>> no need to replace afterwards, just use the 2nd and 3rd parameter to set the seperator for thousands and the decimal point.