Guest User

Untitled

a guest
Sep 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $user = $db->facultad->getAll("SELECT cuenta, contraseña FROM cuentas WHERE cuenta='MAT2018A001'");
  2. if (!empty($user)){
  3. $password = $user[0]['contraseña'];
  4. echo $password."<br>";
  5. }
Add Comment
Please, Sign In to add comment