| Server IP : 61.19.30.66 / Your IP : 216.73.216.59 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/gpa/data/ |
Upload File : |
<?
require_once "../config/confiteacher.inc.php";
?>
<?
require_once "../config/connectdb.php";
?>
<?
$sql2="SELECT namesc,tumbolsc,amps,dissc,years,termx FROM config";
mysql_query("SET character_set_results=tis620");//ตั้งค่าการดึงข้อมูลออกมาให้เป็น tis620
mysql_query("SET character_set_client=tis620");//ตั้งค่าการส่งข้อมุลลงฐานข้อมูลออกมาให้ เป็น tis620
mysql_query("SET character_set_connection=tis620");//ตั้งค่าการติดต่อฐานข้อมูลให้เป็น ti
$result2 = mysql_query($sql2);
while (list($namesc,$tumbolsc,$amps,$dissc,$years,$termx) = mysql_fetch_row($result2)) {
$namesc_sc = $namesc;
$xsc_tumbolsc = $tumbolsc;
$xsc_disc = $dissc;
$xsc_amps = $amps;
$xsc_years = $years;
$xsc_termx = $termx;
}
?>
<html>
<head>
<?
$teach=$objResult["teachcode"];
$class=$objResult["regisroom"];
$idt=$objResult["idt"];
?>
<title>-:- ADMIN -:-</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript">
function chk_all(){
var x=document.getElementsByTagName("input");
for(i=0;i<=x.length;i++){
if(x[i].type=="checkbox"){
x[i].checked=true;
}
}
}
function unchk_all(){
var x=document.getElementsByTagName("input");
for(i=0;i<=x.length;i++){
if(x[i].type=="checkbox"){
x[i].checked=false;
}
}
}
</script>
<body bgcolor="#FFFFFF" onLoad="javascript:document.getElementById('useradmin').focus();">
<tr>
<form name="frmSearch" method="post" action="sentgpas.php">
<table width="599" border="0">
<center><font size=+2><a href="../upgrad/index2.php">UPload CSV EXCEL คะแนน วิชาเลือกเสรี</font></a> </center>
<table width="100%" border="0" align="left" cellpadding="1" cellspacing="1">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr class="jobscss">
<td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr bgcolor="#006666">
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">วิชา</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 1</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 2</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 3</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">กลางภาค</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 4</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 5</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">หน่วยที่ 6</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">ปลายภาค</font></div></td>
<td width="44"> <div align="center"><font color="#FFFFFF" size="2">เกรด</font></div></td>
<td width="44><div align="center"><font color="#FFFFFF" size="2">แก้ไขนักเรียน</font></div></td>
<td width="44><div align="center"><font color="#FFFFFF" size="2">เช็คเวลาเรียน</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">พิมพ์1</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">เวลาเรียน</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">สรุปผล</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">xx</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">csv</font></div></td>
</tr>
</table></td>
</tr>
</table>
<?
$page = $_GET['page'];
$num = 1;
$select_type="select distinct codin,dayin,teachin,termx,yearsx,idgrupin from transcriptintall
where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years'";
$query_select=mysql_query($select_type);
$num_rows=mysql_num_rows($query_select);
if($num_rows<1){
echo "<br><br><center><font color=#666666 face=tahoma size=2>ไม่พบข้อมูลทีี่ท่านค้นหาค่ะ</font></center>";
}else{
$select="distinct codin,dayin,teachin,termx,yearsx,idgrupin from transcriptintall
where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years'";
$q_ry = mysql_query($select);
$num_rows=mysql_num_rows($q_ry);
$pagesize=10000;
$rt=$num_rows%$pagesize;
if($rt!=0)
{
$totalpage=floor($num_rows/$pagesize)+1;
}
else
{
$totalpage=floor($num_rows/$pagesize);
$toppic_id=1;
}
if(empty($page))
{
$page=1;
}
mysql_free_result($q_ry);
$goto=($page-1)*$pagesize;
$sql_select_mem="select distinct codin,dayin,teachin,termx,yearsx,idgrupin from transcriptintall
where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and termx='$xsc_termx' group by codin,idgrupin order by codin asc,idgrupin asc limit $goto,$pagesize";
$fect=mysql_query($sql_select_mem);
if(!$fect)
{
("ติดต่อฐานข้อมูลไม่ได้".mysql_error());
exit;
}
$bgcount=0;
while($rows=mysql_fetch_array($fect))
{
$idmember =$rows['idin'];
$code1 =$rows['codin'];
$timeins =$rows['timeins'];
$dayin =$rows['dayin'];
$teachin =$rows['teachin'];
$idgrupin =$rows['idgrupin'];
$term =$rows['termx'];
$yearsx =$rows['yearsx'];
?>
<?
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$slipnum_25=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$cheke=$dcrd[0];
//////////////////////////////////
$crsql="SELECT ( ku1 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa1=$dcrd[0];
$crsql="SELECT ( ku2 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa2=$dcrd[0];
$crsql="SELECT ( ku3 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa3=$dcrd[0];
$crsql="SELECT ( ku4 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa4=$dcrd[0];
$crsql="SELECT ( ku5 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa5=$dcrd[0];
$crsql="SELECT ( ku6 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kpa6=$dcrd[0];
$crsql="SELECT ( idregist ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach' and yearsxx='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$idregist=$dcrd[0];
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr bgcolor="#FFFFFF">
<td width="44"><font color="#003366" size="2"><? echo "$code1"; ?>
/ <? echo "$idgrupin"; ?></font></td>
<td width="44"><font color="#003366" size="2">
<? if($kpa1<1)
{
echo "";
}
else if($kpa1>0)
{
echo "<a href=sumtotal.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>1";
}
else
{
echo "";
}
?>
</td>
<td width="44"><font color="#003366" size="2">
<? if($kpa2<1)
{
echo "";
}
else if($kpa2>0)
{
echo "<a href=sumtotal2.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>2";
}
else
{
echo "";
}
?>
</td>
<td width="44"><font color="#003366" size="2">
<? if($kpa3<1)
{
echo "";
}
else if($kpa3>0)
{
echo "<a href=sumtotal3.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>3";
}
else
{
echo "";
}
?>
</td>
<td width="44"><font color="#003366" size="2"><a href=sumtotalm.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>กลางภาค</a>
</font></td>
<td width="44"><font color="#003366" size="2">
<? if($kpa4<1)
{
echo "";
}
else if($kpa4>0)
{
echo "<a href=sumtotal4.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>4";
}
else
{
echo "";
}
?> </td>
<td width="44"><font color="#003366" size="2">
<? if($kpa5<1)
{
echo "";
}
else if($kpa5>0)
{
echo "<a href=sumtotal5.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>5";
}
else
{
echo "";
}
?> </td>
<td width="44"><font color="#003366" size="2">
<? if($kpa6<1)
{
echo "";
}
else if($kpa6>0)
{
echo "<a href=sumtotal6.php?id=$code1&idgrupin=$idgrupin&timeins=$timeins&teachin=$teachin>6";
}
else
{
echo "";
}
?> </td>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=sumtotalf.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>ปลายภาค</a>
</font></td>
<td width="44"><a href=cutgrade.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>ตัดเกรด</a></td>
<td width="44"><a href=reportin.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&idgrupin=<? echo "idgrupin"; ?>&&teachin=<? echo "$teachin"; ?>>ลบนักเรียน</a></td>
<td width="44"><a href=senttime.php>เวลาเรียน</a></td>
<td width="44"><font color="#003366" size="2"><font color="#003366" size="2"><a href=print.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?> target="_blank"><img src="images/print.png" width="20" height="20" ></a></font>
</td>
<td width="44"><font color="#003366" size="2"><font color="#003366" size="2"><a href=../print/indextime.php?id=<? echo "$code1"; ?>&&year=<? echo "$yearsx"; ?>&&dayin=<? echo "$idgrupin"; ?> target="_blank"><img src="images/print.png" width="20" height="20" ></a></font>
</td>
<td width="44"><font color="#003366" size="2"><font color="#003366" size="2"><a href=print3.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&xyy=<? echo "$yearsx"; ?>&&term=<? echo "$term"; ?> target="_blank"><img src="images/print.png" width="20" height="20" ></a></font>
<a href=../print/indexp5.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&xyy=<? echo "$yearsx"; ?>&&term=<? echo "$term"; ?> target="_blank">x</a>
</td>
<td width="44">
<? if($idgrupin>1)
{
echo "";
}
else if($idgrupin=1)
{
echo "<a href=printx33xx.php?id=$code1&xyy=$yearsx&term=$term target=_blank><img src='images/print.png' height='20' width='20' ";
}
else
{
echo "";
}
?>
</td>
<td width="44"><font color="#003366" size="2"><font color="#003366" size="2"><a href=excellroom2.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>><img src="images/excel.jpg" width="20" height="20" ></a></font>
</td>
</tr>
</table></td>
</tr>
</table>
<?
$num = $num+1;
}
}
?>
</td>
</tr>
<tr class="jobscss">
<td height="19"> </td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table></td>
</tr>
</table>
</table>
</body>
</html>