Hi.
I have a float that contains a very big number. Echoing it looks something like this: 6.5555E4 I would like it to print out the actual number in full.
How can this be done? Thanks! K.
printf("%f", $number);