Could you suggest a function for displaying decimal zeros.

For example I have this:
$num = "2.00";
$num2 = "3.00";
$result = $num + $num2;
echo "$result";

I get "5" but not "5.00"


Anyone outhere?

Thanks in advance!

Gerry Figueroa

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to