I have written a simple script to display data in a database, the problem is the price is displaying as 11, 8 and 14 when the database it is 11.50, 8.50 and 14.00. Am I supposed to add a script to show 2 decimal monetary values using PHP. If so what is the script? I just assumed the data from the database displayed as is?
Thanks