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