<?php $prix = "55.00"; $prix2 = "55.01"; echo round($prix, 2); echo "<br />".round($prix2, 2);
You have javascript disabled. You will not be able to edit any code.