";
$nameofselectbox = "course";
$cl = array();
//$courses= array("All", "Senior Tech Lab", "Computer Architecture", "Artificial Intelligence", "Supercomputer Applications");
print "Select Course: ";
for($i=1; $i $courses[$i] \n" ;
}
$nameofselectbox = "month";
$today = getdate();
$thisyear = $today["year"];
$thismonth = $today["mon"];
print " | ";
print "Select Month: \n ";
$nameofselectbox = "year";
$yearoptions = array("2001", "2002", "2003", "2004", "2005");
print " | Select Year: \n";
print " |
";
return;
}
?>