Help for this page

Select Code to Download


  1. or download this
    $rs1 = $db1->prepare("SELECT * FROM users WHERE username = '" . $Usern
    +ame_POST  . "';");
    
  2. or download this
     $rs1->execute;
    
    ...
    { report_error("username_exists"); }
    else
    { report_error("username does not exist"); }