Help for this page

Select Code to Download


  1. or download this
      if($username eq $row[0] && $hashPassword eq $row[1]) {
         # Go to the new page
    ...
      else {
        error();
      }
    
  2. or download this
    my @rows = $sth->fetchrow_array;
    
    ...
    }
    
    # ...show the page...