Current Path : C:/AppServ/www/new_msd1/webengine/home/ |
Current File : C:/AppServ/www/new_msd1/webengine/home/upyear.php |
<? include("../lib/session.php"); include("../lib/config.php"); include("../lib/connect.php"); include("../lib/function.php"); $up=$_POST["up"]; for($i=0;$i<count($_POST["up"]);$i++) { if($_POST["up"][$i] != "") { $strSQL = "update evaluateicm_system_student set year='5' where evaluateicm_system_student_ID='".$_POST["up"][$i]."'"; $objQuery = mysql_query($strSQL); } } Header("Location:pointstudent1.php?SystemMenuID=1"); ?>