Hacked By AnonymousFox

Current Path : C:/AppServ/www/timetable_student/system/mod_other/
Upload File :
Current File : C:/AppServ/www/timetable_student/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");
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox