make float number to 2 decimal places in php code example Example: php float 2 decimais $foo = "105"; echo number_format((float)$foo, 2, '.', '');