| 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/ |
Upload File : |
<?
require_once "config/connectdb.php";
require_once "head.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>
<title>-:- ADMIN -:-</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" onLoad="javascript:document.getElementById('useradmin').focus();">
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
</tr>
<tr>
<td><div align="right"><font color="#666666" size="2"><a href="index.php">หน้าหลักระบบ</a>
</font></div></td>
</tr>
<tr>
<td><div align="center">
รายวิชาเลือกเพิ่มเติม
</td>
</tr>
<tr>
<td width="575"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<form method="post" action="subjects.php">
<tr>
<td><div align="center"><font color="#666666" size="2">ค้นหา
:
<input type=text name=txtsearch size=20 class=input>
<input name="searchtype" type="radio" value="codeteach" checked>รหัสวิชา
<input name="searchtype" type="radio" value="registeach" >รหัสครู
<input name="searchtype" type="radio" value="roomteach" >ระดับชั้น
<input name="Submit" type="submit" class="submitad" value="ค้นหา">
</font> </div></td>
</tr>
</form>
<form method="post" action="subjects2.php">
<tr>
<td><div align="center"><font color="#666666" size="2">ค้นหา
:
<input type=text name=txtsearch size=20 class=input>
<input name="searchtype" type="radio" value="idstin" >รหัสนักเรียน
<input name="searchtype" type="radio" value="Name" >ชื่อ
<input name="Submit" type="submit" class="submitad" value="ค้นหา">
</font> </div></td>
</tr>
</form>
</tr>
</table>
<table width="900" border="0" align="center" 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="20" height="24"> <div align="center"><font color="#FFFFFF" size="2">#</font></div></td>
<td width="50"> <div align="center"><font color="#FFFFFF" size="2">รหัสวิชา</font></div></td>
<td width="100"><div align="center"><font color="#FFFFFF" size="2">รายวิชา/เวลาเรียน </font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2"> ม.</font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2">รับ</font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2">กลุ่ม</font></div></td>
<td width="80"><div align="center"><font color="#FFFFFF" size="2">วัน/ห้อง</font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2">ครู</font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2">พิมพ์</font></div></td>
<td width="20"><div align="center"><font color="#FFFFFF" size="2">รับได้</font></div></td>
<td width="20"> <div align="center"><font color="#FFFFFF" size="2">Excel</font></div></td>
<td width="20"> <div align="center"><font color="#FFFFFF" size="2">#</font></div></td>
</tr>
</table></td>
</tr>
</table>
<?
$page = $_GET['page'];
$num = 1;
$select_type="select * from registeacher where statusteach=1 and yearsxx='$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="select * from registeacher where statusteach=1 and yearsxx ='$xsc_years' ";
$q_ry = mysql_query($select);
$num_rows=mysql_num_rows($q_ry);
$pagesize=20;
$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 * from registeacher where statusteach=1 and yearsxx ='$xsc_years' and termxx='$xsc_termx'
order by idregist asc limit $goto,$pagesize";
$fect=mysql_query($sql_select_mem);
if(!$fect)
{
("ติดต่อฐานข้อมูลไม่ได้".mysql_error());
exit;
}
$bgcount=0;
while($rows=mysql_fetch_array($fect))
{
$registeach =$rows['registeach'];
$codeteach =$rows['codeteach'];
$codcod =$rows['codcod'];
$roomteach =$rows['roomteach'];
$totalt =$rows['totalt'];
$dayt =$rows['dayt'];
$grupt =$rows['grupt'];
$room =$rows['room'];
$times =$rows['times'];
$ncode =$rows['ncode'];
$timeinm =$rows['timeinm'];
$roomteach =$rows['roomteach'];
$codroom =$rows['codroom'];
?>
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr bgcolor="#FFFFFF">
<td width="20" height="24"> <div align="center"><font color="#990000" size="2"><? echo "$num"; ?></font></div></td>
<td width="50"><font color="#003366" size="2"><a href=nameinstall.php?id=<? echo "$codeteach"; ?>&&teachin=<? echo "$registeach"; ?>><? echo "$codeteach"; ?></font><br> </a><div align="left"></div>
<?
$crsql="SELECT (ku1) FROM `registeacher`
WHERE codeteach = '$codeteach'
and registeach='$registeach' and dayt ='$dayt' and grupt ='$grupt' and yearsxx ='$xsc_years'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$kunum=$dcrd[0];
?>
<font color="red" size="2">
</td>
<td width="100"><font color="#003366" size="2"><? echo "$codcod"; ?> <? echo "$codroom"; ?></font><font color="#003366" size="1"><? echo "$times"; ?> </font><font color="red" size="1"><? echo "$ncode"; ?></font></td>
<td width="20"><font color="#003366" size="2">ม.<a href=nameclass.php?id=<? echo "$roomteach"; ?>><? echo "$roomteach"; ?></a></font></td>
<td width="20"><font color="#003366" size="2"><? echo "$totalt"; ?></font></td>
<td width="20"><font color="#003366" size="2"><? echo "$grupt"; ?></font></td>
<td width="80"><font color="#003366" size="2"><? if($dayt==1)
{
echo "จันทร์";
}
else if($dayt==2)
{
echo "อังคาร";
}
else if($dayt==3)
{
echo "พุธ";
}
else if($dayt==4)
{
echo "พฤหัส";
}
else if($dayt==5)
{
echo "ศุกร์";
}
else
{
echo "ยังไม่ระบุวันที่สอน";
}
?> <? echo "$room"; ?></font> </td>
</td>
<td width="20"><font color="#003366" size="2">
<a href=nameteachprint.php?id=<? echo "$codeteach"; ?>&&teachin=<? echo "$registeach"; ?>&&clas=<? echo "$roomteach"; ?>>
<? echo "$registeach"; ?> </a>
</font></td>
<td width="20"><font color="#003366" size="2">
<?
$crsql="SELECT count(idstin) FROM transcriptintall join klw on klw.Username=transcriptintall.idstin
WHERE codin = '$codeteach'
and teachin='$registeach' and idgrupin ='$grupt' and timeins ='$timeinm' and yearsx ='$xsc_years' and termx='$xsc_termx' and cllass='$roomteach'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$slipnum_0=$dcrd[0];
$install=$totalt-$slipnum_0;
?><a href=nameprint.php?id=<? echo "$codeteach"; ?>&&grupt=<? echo "$grupt"; ?>&&teachin=<? echo "$registeach"; ?>&&clas=<? echo "$roomteach"; ?>>
<? echo number_format($slipnum_0); ?> </a>
</font></td>
<td width="20"><font color="red" size="2"><? echo number_format($install); ?></font>
<a href=nameprintexcel.php?id=<? echo "$codeteach"; ?>&&dayin=<? echo "$dayt"; ?>&&teachin=<? echo "$registeach"; ?>&&=<? echo "$roomteach"; ?>>
</a>
</td>
<td width="20"><font color="red" size="2">
<?
$crsql="SELECT count(idstin) FROM `transcriptintall`
WHERE codin = '$codeteach' and total2>0 and yearsx ='$xsc_years'
and teachin='$registeach' and termx='$xsc_termx'";
$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
$dcrd = mysql_fetch_array($slr);
$score=$dcrd[0];
?>
<? if($score==0)
{
echo "";
}
else if($score>0)
{
echo "ส่งแล้ว";
}
?>
</font></td>
<td width="20"><font color="#003366" size="2">
<? if($slipnum_0==$totalt)
{
echo '<span style="color: red;" /><center>ปิดรับ</strong> </center></span>';
}
else if($slipnum_0<$totalt)
{
echo "รับได้";
}
else
{
echo '<span style="color: red;" /><center>ปิดรับ</strong> </center></span>';
}
?>
</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>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="center"><? echo "<font size=2 color=#ffffff>$footerweb</font>"; ?></div></td>
</tr>
</table>
</body>
</html>