| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/myoffice/2563/modules_backup301262/tkk2/ |
Upload File : |
<TABLE cellSpacing=0 cellPadding=0 width=1005 height=500 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<!-- tkk2 -->
<hr>
<form action="?name=admin&file=tkk2&op=tkk2_del&action=multidel" name="myform" method="post">
<table align=center width="500" cellspacing="2" cellpadding="1" >
<?
//แสดงข่าวสาร/ประชาสัมพันธ์
if($_GET[category]){
$SQLwhere = " category='".$_GET[category]."' ";
$SQLwhere2 = " WHERE category='".$_GET[category]."' ";
}
$db->connectdb(DB_NAME,DB_USERNAME,DB_PASSWORD);
$limit = 1 ;
$SUMPAGE = $db->num_rows(TB_TKK2,"id","$SQLwhere");
$page=$_GET[page];
if (empty($page)){
$page=1;
}
$rt = $SUMPAGE%$limit ;
$totalpage = ($rt!=0) ? floor($SUMPAGE/$limit)+1 : floor($SUMPAGE/$limit);
$goto = ($page-1)*$limit ;
$res[tkk2] = $db->select_query("SELECT * FROM ".TB_TKK2." $SQLwhere2 ORDER BY id DESC LIMIT $goto, $limit ");
$count=0;
while($arr[tkk2] = $db->fetch($res[tkk2])){
if ($count==0) { echo "<TR>"; }
?>
<tr>
<td align=center>
<B><BR><BR><FONT COLOR="#FF0000" size=3>เลขทะเบียน <?echo $arr[tkk2][tabain];?> โดย<?echo $arr[tkk2][school];?> มีแล้วในระบบ โปรดตรวจสอบ</B><BR><BR>
<A HREF="?name=tkk2&file=addgroup&op=tkk2_add"><FONT SIZE=5 COLOR="#990000"><b>ลงรับหนังสือภายนอก</b></FONT></a></font></center></td>
</TR>
<?
$count++;
if (($count%1) == 0) { echo ""; $count=0; }
}
$db->closedb ();
//จบการแสดงข่าวสาร
?>
</table>
</form>
<BR>
<table border="0" cellpadding="0" cellspacing="1" width="770" align=center>
<tr>
<td>
</td>
</tr>
</table>
<BR><BR>
<!-- End tkk2 -->
</TD>
</TR>
</TBODY>
</TABLE>
<BR><BR><BR>