Hacked By AnonymousFox
<?
include("../lib/session.php");
include("../lib/config.php");
include("../lib/connect.php");
include("../lib/function.php");
$year4=$_POST["year4"];
$year5=$_POST["year5"];
$year6=$_POST["year6"];
$sql="update statusgrade set status='$year4' where year='4'";
$query=mysql_query($sql);
$sql="update statusgrade set status='$year5' where year='5'";
$query=mysql_query($sql);
$sql="update statusgrade set status='$year6' where year='6'";
$query=mysql_query($sql);
?>
<script langquage='javascript'>
window.location="pointstudent1.php?SystemMenuID=1&SystemModuleKey=point&System_EXID=";
</script>
Hacked By AnonymousFox1.0, Coded By AnonymousFox