Hi there,
I have a database with table column called amount1
if amount1 value was £5,50
it only displays £5,5 how do i get it to display 2 decimal places.
My code at moment
echo “Total Expenses   £” . $row[‘SUM(AMOUNT1)’]. “
”;
Thanks
Hi there,
I have a database with table column called amount1
if amount1 value was £5,50
it only displays £5,5 how do i get it to display 2 decimal places.
My code at moment
echo “Total Expenses   £” . $row[‘SUM(AMOUNT1)’]. “
”;
Thanks
thank you so much for the advice