I have this php
and the $price maybe 1.0000
$price
1.0000
i want 1.00
1.00
number_format is your best bet.
string number_format ( float $number , int $decimals = 0 , string $dec_point = '.' , string $thousands_sep = ',' )
Example: