Help for this page

Select Code to Download


  1. or download this
    if (($in{'pic'} =~ /^[a-z0-9-_]+\.jpg$/i) && ($in{'cat'} =~ /^[1-7]$/)
    +) {
      &showPic($in{'pic'}, $in{'cat'}); }
    ...
    else {
      &showError;
    }