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
$query = "select user.username,count(user_follower.username) as friends,avatar,level,credit from user left outer join user_follower on user_follower.username=user.username where user.username='$username' group by user_follower.username;";