Currency Numbers number_format(); function

<?php $number=17250.20; echo number_format($number,2); // 17,250.20 ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.