Guest User

Untitled

a guest
Dec 8th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $res = mysql_query("SELECT * FROM users WHERE username = " . $userlog . " AND password = " . $passlog . "");
  2. $row = mysql_fetch_array($res);
Add Comment
Please, Sign In to add comment