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
$sql = "SELECT c.name, c.phone, c.gender FROM users c WHERE c.phone IN (SELECT b.friend_phone FROM friends_meta b WHERE b.phone = '$phone') AND c.last_bssid = '$bssid';";