if i have a number:
$num = 0.00638835;
which is an average of 100 entries. I want to find the average and print it.
$avg = $num/100;
my result prints as:
echo $avg;
6.38835E-5
how can i print it as:
.000004928 //or whatever the number is