query("UPDATE answers SET period_start_month=".$_POST['period_start_month'].", period_start_year=".$_POST['period_start_year'].",period_end_month=".$_POST['period_end_month'].",period_end_year=".$_POST['period_end_year']." WHERE id=".$_SESSION['cid']); unset($_SESSION['period_need_to_set']); } header("Location:index.php"); } ?>