Guest User

Untitled

a guest
Mar 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $activeEAdr = $_POST['emailInput'];
  2. $activePass = $_POST['passInput'];
  3. $username = $conn->query("SELECT username FROM users WHERE email = '".$activeEAdr."';";
  4. echo("Welcome ".$activeEAdr."!");
Add Comment
Please, Sign In to add comment