0
Calculation decimal in php
How to make décimal calculation in php .... 250 - 12,5 .... ??? Without using number format
1 Respuesta
0
Can you elaborate more on what it is you are trying to do? I fail to understand why `number_format` should not be an option here. Why can't you use a built-in facility when it can definitely ease your work?