Jump to content

Number display from mysql


graham23s

Recommended Posts

Hi Guys,

 

in my database i have the correct price next to each item say for example 9.90 to get to that i times the "quantity" by the item "price" it stores as 9.90 in mysql, but when i get the results from mysql it only displays 9.9 it leaves out the zero

 

so:

 

$total_price = $product_price * $product_qty;

 

(which makes 9.90, i then update mysql it STORES 9.90)

 

when i fetch the data to display it only gets 9.9

 

is there some kind of formatting i need to do?

 

cheers

 

Graham

Link to comment
https://forums.phpfreaks.com/topic/92655-number-display-from-mysql/
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.