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