| 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>วิชาเลือกเสรี</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">ประมวล <br>ผล</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">21</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">22</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">23</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">24</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">25</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">26</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">27</font></div></td>
<td width="44"> <div align="center"><font color="#FFFFFF" size="2">28</font></div></td>
<td width="44><div align="center"><font color="#FFFFFF" size="2">29</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">30</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">31</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">32</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">33</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">34</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">35</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">36</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">37</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">38</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">39</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">40</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'];
$timec1 =$rows['timec1'];
?>
<?
$crsql="SELECT sum(timec1) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c1=$dcrd[0];
$crsql="SELECT sum(timec2) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c2=$dcrd[0];
$crsql="SELECT sum(timec3) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c3=$dcrd[0];
$crsql="SELECT sum(timec4) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c4=$dcrd[0];
$crsql="SELECT sum(timec5) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c5=$dcrd[0];
$crsql="SELECT sum(timec6) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c6=$dcrd[0];
$crsql="SELECT sum(timec7) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c7=$dcrd[0];
$crsql="SELECT sum(timec8) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c8=$dcrd[0];
$crsql="SELECT sum(timec9) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c9=$dcrd[0];
$crsql="SELECT sum(timec10) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c10=$dcrd[0];
$crsql="SELECT sum(timec20) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c20=$dcrd[0];
$crsql="SELECT sum(timec11) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c11=$dcrd[0];
$crsql="SELECT sum(timec12) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c12=$dcrd[0];
$crsql="SELECT sum(timec13) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c13=$dcrd[0];
$crsql="SELECT sum(timec14) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c14=$dcrd[0];
$crsql="SELECT sum(timec15) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c15=$dcrd[0];
$crsql="SELECT sum(timec16) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c16=$dcrd[0];
$crsql="SELECT sum(timec17) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c17=$dcrd[0];
$crsql="SELECT sum(timec18) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c18=$dcrd[0];
$crsql="SELECT sum(timec19) FROM `transcriptintall` where teachin='$teach' and termx='$xsc_termx' and yearsx='$xsc_years' and idgrupin='$idgrupin' and codin='$code1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$c19=$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"><a href=sumtimex.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>&&year=<? echo "$yearsx"; ?>><? echo "$code1"; ?><br><? echo "$idgrupin"; ?></a>
</td>
<td width="44"><font color="#003366" size="2"><a href=checkt21.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>21</a>
<? if($c1<1)
{
echo "";
}
else if($c1>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt22.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>22</a>
<? if($c2<1)
{
echo "";
}
else if($c2>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt23.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>23</a>
<? if($c3<1)
{
echo "";
}
else if($c3>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt24.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>24</a>
<? if($c4<1)
{
echo "";
}
else if($c4>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt25.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>25</a><? if($c5<1)
{
echo "";
}
else if($c5>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt26.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>26</a>
<? if($c6<1)
{
echo "";
}
else if($c6>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt27.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>27</a><? if($c7<1)
{
echo "";
}
else if($c7>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt28.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>28</a><? if($c8<1)
{
echo "";
}
else if($c8>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt29.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>29</a><? if($c9<1)
{
echo "";
}
else if($c9>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt30.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>30</a>
<? if($c10<1)
{
echo "";
}
else if($c10>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt31.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>31</a><? if($c11<1)
{
echo "";
}
else if($c11>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt32.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>32</a><? if($c12<1)
{
echo "";
}
else if($c12>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt33.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>33</a><? if($c13<1)
{
echo "";
}
else if($c13>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt34.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>34</a><? if($c14<1)
{
echo "";
}
else if($c14>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt35.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>35</a><? if($c15<1)
{
echo "";
}
else if($c15>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt36.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>36</a><? if($c16<1)
{
echo "";
}
else if($c16>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt37.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>37</a><? if($c17<1)
{
echo "";
}
else if($c17>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt38.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>38</a><? if($c18<1)
{
echo "";
}
else if($c18>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt39.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>39</a><? if($c19<1)
{
echo "";
}
else if($c19>= 1)
{
echo "ok";
}
?>
</font></td>
<td width="44"><font color="#003366" size="2"><a href=checkt40.php?id=<? echo "$code1"; ?>&&dayin=<? echo "$idgrupin"; ?>&&timeins=<? echo "$timeins"; ?>&&teachin=<? echo "$teachin"; ?>>40</a><? if($c20<1)
{
echo "";
}
else if($c20>= 1)
{
echo "ok";
}
?>
</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>