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
$get_select_options_district_district = mysql_query("SELECT DISTINCT district, district_id FROM district WHERE region_id = ".$region_id." ORDER BY district_id");