CoonOnParol
11-25-2011, 04:44 AM
When I use:
$grandtotal = ($_SESSION['value'] + $_SESSION['cost'] * 100);
or
$grandtotal = $_SESSION['value'] + $_SESSION['cost'] * 100;
I get 122.50
Why doesn't it give me 12250?
$grandtotal = ($_SESSION['value'] + $_SESSION['cost'] * 100);
or
$grandtotal = $_SESSION['value'] + $_SESSION['cost'] * 100;
I get 122.50
Why doesn't it give me 12250?