Kyriakos
Apr 16th 2008, 4:49 am
hi
i want the online store prices to have only 2 demical digits. the prices in mysql database already have 2 demical digits but when i calculate the VAT
<?php echo $row['price']*1.19;?>the demical digits are more than 2 in many cases. how i can set only 2 demical digits?
thanks in advance.
i want the online store prices to have only 2 demical digits. the prices in mysql database already have 2 demical digits but when i calculate the VAT
<?php echo $row['price']*1.19;?>the demical digits are more than 2 in many cases. how i can set only 2 demical digits?
thanks in advance.