I am query a database and pulling some decimal values out of the table,
but when I display whole numbers in php, it drops the decimal places.
It takes a value of 12.00 in the database and makes it 12, where I need
12.00. I am having trouble finding ways to "cast" this value.