Jump to content

[SOLVED] PHP String Trouble ... HMMmmm


bri0987

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/74512-solved-php-string-trouble-hmmmmm/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.