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_center="SELECT distinct(center.id), center.center_name from center join members_priv on center.id = members_priv.center_id WHERE center.city_id='$_GET[id]' and members_priv.$_GET[type] = 1 and members_priv.user_id = $_SESSION[MEM_ID] ORDER BY center.center_name ASC";
} else {
$sql_center="SELECT center.id, center.center_name FROM center WHERE center.city_id='$_GET[id]' ORDER BY center.center_name ASC";