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;?> PHP: the demical digits are more than 2 in many cases. how i can set only 2 demical digits? thanks in advance.