Hello,
I have a simple question that I can't answer.
I have the following statement that calculates the total amount for a subscription. The problem is, when I print the variable it appears as:
57.9 instead of 57.90
How do I get it to print with the zero at the end?
$extended_price = $subscriptions * 19.95;
Thanks very much,
Gary