Doing math in php
$variable = value * value
$variable = value + value
$variable = value – value
$variable = value / value
Formatting Numbers
Rounding numbers – rounds values to specified decimal places. It can be number or variables. There is an option that allow users to round too the number of decimal places.
Example:
round (6.20); = 6
round [...]







