<?php
$result = array_filter($_POST);
if(!empty($result)){
echo ((max($result)+min($result))/2)*1.2 ."|".((max($result)+min($result))/2)*1.3;
}
?>
hi all..how to set min and max result to 2 decimals places for the code above? actually the result will appears in input type text after the process complete