You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ses_sql = mysqli_query($db," select admin.utorid, firstname, type from userinfo,admin where admin.utorid = userinfo.utorid and username = '$user_check'; ");
//$ses_sql = mysqli_query($db,"SELECT admin.utorid,type,firstname FROM userinfo,admin WHERE userinfo.utorid = admin.utorid and admin.utorid = '$user_check' )");