Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $act_qry = "Select active FROM user_m WHERE username = '$username' and password = '$Menrypted_password'";
  2. $result_act = mysqli_query ( $connMS, $act_qry );
  3. $value_act = mysqli_fetch_object($result_act);
  4.  
  5. if($value_act == 1)
  6. {
  7. //Do php stuff.
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement