Hi,
$sum = 6300 * 1.24;
echo $sum;
produces 7.8E+03.
Which is of course correct, but is there a way to show 7812 instead ?
7812 are easier for my users to read, instead of using scientific notation..
(No, I will NOT tech my users scientific notation :-)
Quick fix anybody ?
(this HAS to be easy ?)