<? include "connectdb.php"; $sql = "SELECT * from addall WHERE No='$No' ORDER BY No desc"; $rs1 = mysql_query($sql); while ($record=mysql_fetch_array($rs1)) { $DF_No=$record["No"]; $Serial_No=$record["SNo"]; $Receive_Date=$record["Receive_Date"]; } ?> <table width='2800' border='1' align='center' cellpadding='2' cellspacing='0' bordercolor='#8FB8D4' id='t1' style='border:1px solid #000;'> <tr> <th width='32' class='th'>DF#</th> <th width='31' class='th'>S/N</th> <th width='31' class='th'>Receive Date</th></tr> <td nowrap><span class='style16'><?=$No?></span></td> <td nowrap><span class='style16'><?=$Serial_No?></span></td> <td nowrap><span class='style16'><?=$Receive_Date?></span></td> //เรียกตัวแปรมาแสดงแบบนี้หรือไม่ </tr> </table>
<? include "connectdb.php"; $sql = "SELECT * from addall WHERE No='$No' "; $rs1 = mysql_query($sql); ?> <table width='2800' border='1' align='center' cellpadding='2' cellspacing='0' bordercolor='#8FB8D4' id='t1' style='border:1px solid #000;'> <tr> <th width='32' class='th'>DF#</th> <th width='31' class='th'>S/N</th></tr> <? while ($record=mysql_fetch_array($rs1)) { ?> <tr> <td nowrap><span class='style16'><? echo $record["DF_No"] ?></span></td> <td nowrap><span class='style16'><? echo $record["SNo"] ?></span></td> </tr> <? } ?> </table>
<? include "connectdb.php"; $sql = "SELECT * from addall WHERE DF_No='$DF_No' ORDER BY DF_No desc"; $rs1 = mysql_query($sql); ?> <table width='2800' border='1' align='center' cellpadding='2' cellspacing='0' bordercolor='#8FB8D4' id='t1' style='border:1px solid #000;'> <tr> <th width='32' class='th'>DF#</th> <th width='31' class='th'>S/N</th></tr> <? while ($record=mysql_fetch_array($rs1)) { ?> <tr onmouseover='this.style.background='#E8F0F4';' onmouseout='this.style.background='';'> <td class='style15'><a href='CivicView.php'><? echo $record["DF_No"] ?></a></td> <td nowrap><div align='center'><a href='CivicEdit.php'><span class='style16'><img src='image/gedit_3.gif' width='20' height='20' border='0'></span></a></div></td> <td width='31' nowrap><div align='center'><a href='#'><span class='style16'><img src='image/trash_empty_1.gif' width='20' height='20' border='0'></span></a></div></td> <tr> <td nowrap><span class='style16'><? echo $record["DF_No"] ?></span></td> <td nowrap><span class='style16'><? echo $record["SNo"] ?></span></td> </tr> <? } ?> </table>
<div class="div_freezepanes_wrapper"> <div class="div_verticalscroll" onmouseover="this.style.cursor='pointer'"> <div style="height:50%;" onmousedown="upp();" onmouseup="upp(1);"><img class="buttonUp" src="image/arrow1_up.gif"></div> <div style="height:50%;" onmousedown="down();" onmouseup="down(1);"><img class="buttonDn" src="image/arrow1_down.gif"></div> </div> <div class="div_horizontalscroll" > <div style="float:left;width:20px;height:100%; cursor:pointer" onmousedown="right();" onmouseup="right(1);"><img class="buttonRight" src="image/arrow1_left.gif"></div> <div style="float:right;width:20px;height:100%; cursor:pointer" onmousedown="left();" onmouseup="left(1);"><img src="image/arrow1_right.gif" class="buttonLeft"></div> </div> //ตารางข้างต้น </div> <br> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง