Thread
:
asking for help:)
View Single Post
#
3
(
permalink
)
07-10-03, 08:24 PM
BdSBB
Newbie Coder
Join Date: Jun 2003
Location: Georgetown, TX
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:
function
balance
(
$_0
=
'0'
) {
$balance
=
floor
(
18
-
$_0
);
return(
$balance
);
}
Like that?
__________________
-- BdSBB
BdSBB
View Public Profile
Find all posts by BdSBB