| 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> </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">0</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">1.5</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">2.5</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">3.5</font></div></td>
<td width="44" height="24"> <div align="center"><font color="#FFFFFF" size="2">4</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">รวม</font></div></td>
<td width="44"><div align="center"><font color="#FFFFFF" size="2">gpax</font></div></td>
</tr>
</table></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' and grade2='0' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g00=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='1' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g11=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='1.5' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g115=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='2' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g22=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='2.5' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g225=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='3' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g33=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='3.5' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g335=$dcrd[0];
$crsql="SELECT count( idstin ) FROM `transcriptintall`
WHERE codin = '$code1' and timeins = '$timeins' and teachin = '$teachin' and dayin='$dayin' and grade2='4' ";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$g44=$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);
$gii=$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);
$gmms=$dcrd[0];
$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);
$suma112=$dcrd[0];
$gpax2=(($g11*1)+($g115*1.5)+($g22*2)+($g225*2.5)+($g33*3)+($g335*3.5)+($g44*4))/$suma112;
//////////////////////////////////
?>
<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">
<? echo $g00; ?>
</td>
<td width="44"><font color="#003366" size="2"><? echo $g11; ?>
</td>
<td width="44"><font color="#003366" size="2"><? echo $g115; ?>
</td>
<td width="44"><? echo $g22; ?></td>
<td width="44"><? echo $g225; ?></td>
<td width="44"><? echo $g33; ?></td>
<td width="44"><? echo $g335; ?></td>
<td width="44"><? echo $g44; ?></td>
<td width="44"><? echo $gii; ?>
</td>
<td width="44"><? echo $gmms; ?></td>
<td width="44"></td>
<td width="44"><? echo $suma112; ?></td>
<td width="44"><? echo $gpax2; ?></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>