Location:
PHPKode
>
projects
>
PHP Point Of Sale
> PHP-Point-Of-Sale/application/helpers/currency_helper.php
<?php function to_currency($number) { return '$'.number_format($number, 2, '.', ''); } ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
PHP Point Of Sale