Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $stmt->query('SELECT * FROM users WHERE username = "'.$_GET['username'].'" AND password = "'.$_GET['password'].'"');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement