Current Path : C:/AppServ/www/timetable_teacher/home/ |
Current File : C:/AppServ/www/timetable_teacher/home/updateeva1.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); ?>