Thread
:
PHP: How do you convert from EXPONENT_DNUM to LNUM format??
View Single Post
04-20-2005, 11:31 AM
Varius
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
I do have one way to make it work, but I'd prefer finding out the true method...my way is just a workaround
I replace the last line by this instead, and then it works:
PHP Code:
$num
=
split
(
"-"
,
$var
);
echo
number_format
(
$var
,
$num
[
1
]);
__________________
Skype
variuscr
-
Email
varius AT gmail
Varius
View Public Profile
Find More Posts by Varius