Is there any way to control the number of decimal points which appear in floating point numbers using PHP? What's the code?
Check out the manual for printf(), sprintf() and number_format()
It worked. Thanx!