floating point - round in PHP shows scientific notation instead of full number -


I'm trying to resize a variable of 1400000. Therefore it is written: echo round (1400000); It gives 1,4 E + 6 instead of the whole number. Anyone have an idea about how to display it completely?

It seems that there was a round problem, with it being the number_format () Changed and this work is just fine thanks for the replies Arnon and Paul


Comments