http://www.php.net/manual/en/function.number-format.php

number_format() can also give you commas if you like.

Bryan Koschmann - Gkt wrote:

> Hello,
>
> Does anyone here have a good way to make sure dollar amounts are formatted
> properly? I have something that returns data, but the problem is it's
> stored where any trailing zero isn't kept, like this:
>
> $16.95 or $172.82 are fine
>
> $17.90 or $190.20 come back as $17.9 and $190.2
>
> I would like to make sure they are all properly formatted. Any ideas?
>
> Thanks in advance,
>
>         Bryan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to