[SOLVED] PHP String Trouble ... HMMmmm

I have a variable that is set by a “Double field” in mysql.

For example: In the database the price of a component is set to 45.50

If I echo out the var it works fine because of the cents. BUT - The problem is that when I do math on the var with another number (for example 45.50 + 54.50 ) The var will echo 100

I need the var to echo 100.00 IF there are no cents (or .00) I need the cents to display. Is there a way to force this.

How can I do this.

Any ideas, let me know. Thanks.

BRI

http://php.net/number_format

Thank you once again!

:)
Sponsor our Newsletter | Privacy Policy | Terms of Service