Debt Consolidation - Remortgages - Credit Card Consolidation - Credit Card - Venta de libro

PDA

View Full Version : how i can set only 2 demical digits to my prices?


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.

CreativeClans
Apr 16th 2008, 6:24 am
http://www.php.net/manual/en/function.round.php