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