> it is number_format http://www.php.net/number_format

<pedantry>

You can also use either of the following:

http://us2.php.net/manual/en/function.sprintf.php
http://us2.php.net/manual/en/function.printf.php

echo sprintf( '%.02f', 59.9 );

</pedantry>

Chris

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

Reply via email to