Help for this page

Select Code to Download


  1. or download this
    if (length($b)== 1 && $b >= 1 && $b <= 5) {
       print "\$b has to be a number and is either 1, 2, 3, 4, or 5.";
    }