I am wandering if there is a way to calculate a percentage that can be cut off after the second position. i was only able to find the round command. But this is of course not the right way of doing this. Or is this the only way of doing this?
Here is what I used:
$percentage = round( $i / $y *100);
Thank you in advance
Andrea