$dnum = date(Ymd)* 4;
$year = date(Y);
$year2 = $year + 1;
$year3 = $year + 2;
$usrn = $_GET['usrn'];
$ID = $_GET['ID'];
$Project_Name = $_GET['Project_Name'];
$due = $_GET['due'];
$chunk_due = chunk_split($due, 2, ':');
$chunk_arrd = explode(":", $chunk_due);
$due_date = $chunk_arrd[2].'/'.$chunk_arrd[3].'/'.$chunk_arrd[0].$chunk_arrd[1];
if($usrn == "" or $ID == ""){
die("Sorry, there is a problem with your username. You must Log in to view this page.
");
}
?>