Thread
:
PHP: How do you convert from EXPONENT_DNUM to LNUM format??
View Single Post
04-20-2005, 11:43 AM
jeffs
Confirmed User
Join Date: Oct 2002
Location: chair
Posts: 135
You can use printf("%f", $var) or printf("%.5f", $var) instead of echo $var.
jeffs
View Public Profile
Find More Posts by jeffs