$system_year2=$system_year+1;
$sql9 = "SELECT * FROM host_parties_orga
where
year_id='$system_year' or
year_id='$system_year2'
order by sector_id,province_id,pcollege_id ";
//echo $sql9." ";
$results9 = $mysqli->query($sql9);
$conf_count=$results9->num_rows;
?>