Viewing file: EditListInfo.php (7.22 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php session_start(); if (session_is_registered("valid_user")) { include("../../include/FunctionDB.php"); include("../../include/Function.php"); ConnectDB();
$strSQL = "SELECT * FROM information_tb"; if (! $Page) $Page = 1; $Pre_Page = $Page - 1; $Next_Page = $Page +1; $Per_Page = 10; $result = mysql_query($strSQL);
$Page_start = ($Per_Page*$Page) - $Per_Page; $Num_Rows = mysql_num_rows($result);
if( $Num_Rows <= $Per_Page) $Num_Pages = 1; else if (($Num_Rows % $Per_Page) == 0) $Num_Pages = ($Num_Rows / $Per_Page); else $Num_Pages = ($Num_Rows / $Per_Page) + 1; $Num_Pages = (int)$Num_Pages;
if (( $Page > $Num_Pages) || ($Page < 0)) echo"Page $Page More than $Num_Pages"; $strSQL .=" LIMIT $Page_start,$Per_Page" ; $result = mysql_query($strSQL); /////////////////////////////////////////////////////////////////////////////////// $num = mysql_num_rows( $result ); //$count = 0; ?> <html> <head> <title>Information Edit List</title> <link rel="stylesheet" href="../../css/cart4.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="../../css/style1.css" rel="stylesheet" type="text/css"> </head>
<body bgcolor="#C4D5D5"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div align="center"><font size="2" face="Tahoma">ขณะนี้ฝ่าย <font color="#993333"><strong><? echo $valid_user ?> </strong></font>กำลังใช้งานระบบ </font></div></td> </tr> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="1" bordercolor="#006699"> <tr > <td width="20%" class="table"> <div align="center"><strong><font size="2" face="Tahoma"><a href="../menu_manage.php" class="d">กลับเมนู</a></font></strong></div></td> <td width="20%" class="table"> <div align="center"><strong><font size="2" face="Tahoma"><a href="AddInfomation.php" class="d">เพิ่มข้อมูล</a></font></strong></div></td> <td width="20%" class="table"> <div align="center"><strong><font size="2" face="Tahoma"><a href="../../logout.php" class="d">Logout</a></font></strong></div></td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#333333"> <tr bgcolor="#7CAB84"> <td height="24" colspan="5"> <div align="center"><font color="#FFCC33" size="3" face="Tahoma"><strong><font color="#993333" size="4">ลบ แก้ไข</font><font size="4"><font color="#FF6666"> </font></font><font color="#FFFFFF" size="4">รายการข่าวประชาสัมพันธ์</font></strong></font></div></td> </tr> <form action="DelInfo.php" method="$_POST"> <tr bgcolor="#C7DED0"> <td width="31" align="center"><font color="#003366" size="2" face="Tahoma"><strong> ลบ</strong></font></td> <td width="32" align="center"><font color="#003366" size="2" face="Tahoma"><b>no</b></font></td> <td width="446" align="center"><font color="#003366" size="2" face="Tahoma"><b>หัวข้อ</b></font></td> <td width="220" align="center"><font color="#003366" size="2" face="Tahoma"><b>ผู้รับผิดชอบ</b></font></td> <td width="44" align="center"><font color="#003366" size="2" face="Tahoma"><strong>แก้ไข</strong></font></td> </tr> <? $i = 1; while($row = mysql_fetch_array($result)) {
if($count==0) { ?> <tr bordercolor="#CCCCCC" bgcolor="#eeeeee" > <td height="20" align=center > <font size="1" face="Tahoma"> <input type="checkbox" name="checkbox[]" title="Check to Delete"value=<? echo $row[Info_code] ?>> </font></td> <td align=center ><div align="center"><strong><font color="#003366" size="2" face="Tahoma"> <?=$i?> </font></strong></div></td> <td align=center > <div align="left"><font color="#003366" size="2" face="Tahoma"> <?=$row["Info_name"]?> </font></div></td> <td> <div align="left"><font size="2" face="Tahoma"><font color="#000000"> <?=$row["Supervisor"]?> </font></font></div></td> <td bordercolor="#CCCCCC"> <div align="center"><font size="2" face="Tahoma"> <a href="FrmEditInfo.php?Info_code=<?=$row["Info_code"]?>"title="Click to see Detail" class="c"> <strong>แก้ไข</strong></a></font></div></td> </tr> <? $count=1; } else { ?> <tr bordercolor="#D9E4F0" bgcolor="#FFFFFF"> <td align="center" > <font size="1" face="Tahoma"> <input type="checkbox" name="checkbox[]2" title="Check to Delete"value=<? echo $row[Info_code] ?>> </font></td> <td align="center" ><div align="center"><strong><font color="#003366" size="2" face="Tahoma"> <?=$i?> </font></strong></div></td> <td align="center" > <div align="left"><font color="#003366" size="2" face="Tahoma"> <?=$row["Info_name"]?> </font></div></td> <td> <div align="left"><font size="2" face="Tahoma"><font color="#000000"> <?=$row["Supervisor"]?> </font></font></div></td> <td bordercolor="#D9E4F0"> <div align="center"><font size="2" face="Tahoma"> <a href="FrmEditInfo.php?Info_code=<?=$row["Info_code"]?>"title="Click to see Detail" class="c"> <strong>แก้ไข</strong></a></font></div></td> </tr> <? $count=0; } $i++; } CloseDB(); ?> <tr bgcolor="#C7DED0"> <td colspan="5" align="center"><font color="#003366" size="2" face="Tahoma">ทั้งหมด</font><font color="#FFFFFF" size="2" face="Tahoma"> <? echo $num ?> <font color="#003366">หัวข้อ </font> </font></td> <tr bgcolor="#7CAB84"> <td height="24" colspan="5" align="center"> <div align="center"><strong><font size="2" face="Geneva, Arial, Helvetica, sans-serif"> <input type="submit" name="Submit" value=" ลบ " class="button"> </font></strong></div></td> </form> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#99CCFF"> <tr> <td align="right" class="Tahoma11"> <div align="center"><font color="#FFFFFF"> <font color="#FFFFFF" size="3" face="MS Sans Serif"><strong> <font color="#0033CC"><font size="2" face="Tahoma"> <?php echo $Num_Pages;?></font></font></strong></font><font color="#0033CC" size="2" face="Tahoma"><strong> หน้า</strong></font> <font color="#0033CC" size="2" face="Tahoma"><strong> <?php if ($Pre_Page) echo"<a href=\"$PHP_SELF?Page=$Pre_Page\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b><< Previus</b> </font></a>";
for($i=1;$i<=$Num_Pages;$i++) { if($i != $Page) echo" [<a href=\"$PHP_SELF?Page=$i\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b>$i</b></font></a>] "; else echo"<b>$i</b>"; } if($Page != $Num_Pages) echo"<a href=\"$PHP_SELF?Page=$Next_Page\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b> Next >></b> </font></a>"; ?> </strong></font><font size="2" face="Tahoma"><strong> </strong></font> </font> </div></td> </tr> </table> <p> </p> </body> </html> <?php } else { echo"<meta http-equiv=\"refresh\" content=\"3;URL=../FrmLogin.php\" target=\"mainFrame\">\n"; echo"Please Login "; } ?>
|