Simple problem... I want to manipulate with PHP function to get "desired output" below.

$var="59.9"

Desired Output:

$var="59.90"

I thought number_format would do the trick but no way, unless I just missed something.. ?

Any quick way to do this using a built in PHP function? I could do it the long way but not really my intereste ATM.
Thanks,
Kris


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



Reply via email to