Help for this page

Select Code to Download


  1. or download this
    if($q->param('do') eq "Login") {
    
    ...
        }
      }
    }
    
  2. or download this
    if($q->param('user') eq $site_id) {
                 if($pass2 eq $pass) {
    ...
                 else { &error("Password or Username is Incorrect"); }
              }