Hi,
Can you help me please how to select only two decimal places and not round the result for example:
$example = 4.57969
$result = 4.57 not 4.58
Thanks in advance!
Hi,
Can you help me please how to select only two decimal places and not round the result for example:
$example = 4.57969
$result = 4.57 not 4.58
Thanks in advance!