Hello how do I round the following to two decimal places .
echo
"<div class='quote-results-result'>ex VAT £" .
((($_POST['qtylitres'] * $price ['Price']) + $fuelmargin['margin']) / 1.2) .
"</div>"
I need to round the price bit of a php novice.
round($VARIABLE_NAME,2);//This rounds off the variable to 2 decimal places