E
evachick156
Guest
I have the following code:
echo "$" + number_format($totalCost, 2, '.', '');
Its supposed to display "$79.00" but instead displays 79. Please help.
echo "$" + number_format($totalCost, 2, '.', '');
Its supposed to display "$79.00" but instead displays 79. Please help.