remove remainder from string in php

mcally

New Member
Simple question. I have this code: \[code\]total = 41win = 48 echo ($total/$win) * 100 ; \[/code\]printing out 85.416666666667I need to remove the remainder so it prints out: 85 %.
 
Back
Top