Need to convert the floating values to integer format below the condition
$val = 75.00 means the value must be show 75
$val = 75.50 means the values must be show 75.50
the floating points values .00 means no need to display otherwise will display with floating values.
is possible in php?