| 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/homeroom/ |
Upload File : |
<?
require_once "../config/confiteacher.inc.php";
?>
<?
require_once "../config/connectdb.php";
?>
<?
$sql2="SELECT namesc,tumbolsc,amps,dissc,years,termx,code1 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,$yearss) = mysql_fetch_row($result2)) {
$namesc_sc = $namesc;
$xsc_tumbolsc = $tumbolsc;
$xsc_disc = $dissc;
$xsc_amps = $amps;
$xsc_years = $years;
$xsc_termx = $termx;
$code11 = 2565;
}
?>
<html>
<head>
<?
$teach1=$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">
<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">excel</font></div></td>
</tr>
</table></td>
</tr>
</table>
<?
$page = $_GET['page'];
$num = 1;
$select_type="select * from klw";
$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="select * from klw where room >0 order by cllass asc,sex asc,Username asc, cllass asc, room+1 asc";
$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,timeins,dayin,teachin,termx,yearsx,idgrupin from transcriptintall
where teachin='$teach1' and yearsx='$code11' and termx=1 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'];
$termx =$rows['termx'];
?>
<?
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and idgrupin='$idgrupin' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$slipnum_25=$dcrd[0];
//////////////////////////////////
$crsql="SELECT ( ku1 ) FROM `registeacher`
WHERE codeteach = '$code1' and registeach = '$teach1'";
$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 = '$teach1'";
$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 = '$teach1'";
$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 = '$teach1'";
$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 = '$teach1'";
$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 = '$teach1'";
$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 = '$teach1'";
$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 "$dayin"; ?></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=reporttime.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&idgrupin=<? echo "idgrupin"; ?>&&teachin=<? echo "$teachin"; ?>>เวลาเรียน</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"; ?>><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=print2.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>><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"; ?>><img src="images/print.png" width="20" height="20" ></a></font>
</td>
</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;
}
echo "<div align=center><br>
<font color=#999999 size=2><span class=cc> ";
for($i=1;$i<$page;$i++)
{
echo"<a href='$PHP_SELF?page=$i'><font size=2 color='#000000' class=textborder>$i</font></a> ";
}
echo"<font size=2 color=#000000><b><font size=2 color='#FF00000' class=textborderok>$page</font></b></font> ";
for($i=$page+1;$i<=$totalpage;$i++)
{
echo"<a href='$PHP_SELF?page=$i'><font size=2 color='#000000' class=textborder>$i</font></a> ";
}
echo "</span></font> </div>";
}
?>
</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>