Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $query = mysqli_query ("select * from tb_cform where u_pass='$pass' AND u_username='$username' ",$connection);
  2.  
  3. $query = mysqli_query ("select * from tb_cform where u_pass='$pass' AND u_username='$username' ",$connection);
  4.  
  5. $query = mysqli_query ($connection, "SELECT * FROM `tb_cform` WHERE `u_pass` = '$pass' AND `u_username` = '$username' ");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement