View Single Post
  #3 (permalink)  
Old 07-10-03, 08:24 PM
BdSBB BdSBB is offline
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
Reply With Quote