Source Code:
(back to article)
<?php $number = 1234.56; echo number_format($number); ?>
Result:
Report an issue