Help for this page

Select Code to Download


  1. or download this
        if ($hashh) {
          $count += $len;
          print $hashh "#" x (int($count / $hashb));
          $count %= $hashb;
        }