I have this php
and the $price maybe 1.0000
$price
1.0000
i want 1.00
1.00
The following printf() call should work for you:
printf()
The documentation for this syntax is best described on the sprintf() page.