Elementary question from a newbie. I'd like the following operation to return an INTEGER value, ie, no decimals: <?php if($_POST["submit"]) { $result2 =(($_POST['dheight']/ $_POST['oheight']) *100); echo "Multiply the height by: $result2"." %"; }?> Code (markup):