how to round off percentage number t1 decimal place in php code example
Example: php round up
//round up to nearest integer
echo(ceil(0.60) . "<br>");
//result 1
//round up to nearest integer
echo(ceil(0.60) . "<br>");
//result 1