Help for this page

Select Code to Download


  1. or download this
    $rs1 = $db1->prepare("SELECT ...");
    $rs1->execute(...);
    ...
      die("User does not exist\n");
    }
    ... check supplied password against the one in $row ...