* Thus wrote zavaboy ([EMAIL PROTECTED]):
> I have the following numbers:
> 
> 12.400
> 666.75
> 23
> 369.2
> 3.234
> 
> How can I make them have at least 2 decimal places?
> So, they will output:
> 
> 12.40
> 666.75
> 23.00
> 269.20
> 3.234
> 
> Thanks in advance!

http://php.net/number_format
or
http://php.net/printf



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to