Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $conn = mysqli_connect('localhost', 'CENSORED', '', 'CENSORED');
  2. $sql = "SELECT * FROM 'CENSORED' WHERE 1";
  3. $ris = mysqli_query($conn, $sql);
  4. $values = mysqli_fetch_row($ris);
  5. $inGive = $values['inGive'];
  6. $taked = $values['taked'];
  7. $getEmail = $values['getEmail'];
  8. $getPassword = $values['getPassword'];
  9. $email = $values['email'];
  10. $password = $values['password'];
  11. mysqli_close($conn);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement