Help for this page

Select Code to Download


  1. or download this
    # updated to add leading zeroes
    
    ...
       substr( ( '0' x $count ) . $number, -$count ); 
    }