i've tried this code too:
Code: ( php )
-
<?
-
-
$cost=((($_REQUEST["height"]*$_REQUEST["width"])+150)*1.65);
-
-
echo "The cost of the commission will be " .round($cost);
-
-
?>
That just rounds it up to a number with no decima
ls. Any advice on how to round it up to the neare
st 10th?