Current Path : C:/AppServ/www/timetable_teacher/system/mod_other/ |
Current File : C:/AppServ/www/timetable_teacher/system/mod_other/updateeva2.php |
<? include("../../lib/config.php"); include("../../lib/connect.php"); $idstatus=$_POST["idstatus"]; $updatestatus=$_POST["updatestatus"]; $sql="update evaluate_system_course set evaluate_system_course_Statusteacher='$updatestatus' where evaluate_system_course_ID='$idstatus'"; $query=mysql_query($sql); Header("Location:standard2.php"); ?>