<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1%"> </td> <td width="99%" valign="top"><?php //============ อ่านข้อมุลหมวด include("include/connect.php"); //"SELECT * FROM tb_act where status_act='1' order by id_act desc "; //$sqlCat="select * from nt_act "; $sqlCat="SELECT * FROM nt_act where status_act='1' "; $queryCat=mysql_query($sqlCat); $Num_Rows = mysql_num_rows($queryCat); $Per_Page = 3; // Per Page if(!isset($_GET["Page"])) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); 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; } $sqlCat.=" order by id_act desc LIMIT $Page_Start , $Per_Page"; $queryCat = mysql_query($sqlCat); echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows = 0; while($resutCat=mysql_fetch_array($queryCat)) { echo "<td>"; $intRows++; ?> <table cellspacing="10" cellpadding="5" width="100%"> <tbody> <tr> <td height="255" valign="top" class="tabtd"><table id="Table_01" width="126" height="100" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="12" height="9"><img src="images/bx_01.png" width="10" height="9" alt="" /></td> <td width="110" background="images/bx_02.png"><img src="images/bx_02.png" width="50" height="9" alt="" /></td> <td width="37"><img src="images/bx_03.png" width="6" height="9" alt="" /></td> </tr> <tr> <td height="85" background="images/bx_04.png"><img src="images/bx_04.png" width="10" height="50" alt="" /></td> <td><img src="administrator/modules/mod_photo/myphoto/<?php include("include/connect.php"); $strSQL = "SELECT * FROM nt_photo where id_photo='$resutCat[id_photo]' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); if($objResult['id_act']=="$resutCat[id_act]") { echo"$objResult[name_photo]"; } else { echo"post1.png"; } ?>" width="195" height="123" border="0"></td> <td background="images/bx_06.png"><img src="images/bx_06.png" width="6" height="50" alt="" /></td> </tr> <tr> <td height="6"><img src="images/bx_07.png" width="10" height="6" alt="" /></td> <td background="images/bx_08.png"><img src="images/bx_08.png" width="50" height="6" alt="" /></td> <td><img src="images/bx_09.png" width="6" height="6" alt="" /></td> </tr> </table> <br /> <b><font size="2"> <?=$resutCat["name_act"];?> </font></b><br /> <font color="#999999" size="2">Update : <?=$resutCat["date_act"];?> </font><br /> <font size="2"> <?=$message=substr("$resutCat[detail_act]",0,80)." ..."; ?> </font><br /> <font size="2"><a href="civil-new.php?id_act=<?=$resutCat["id_act"];?>" title="ดูรายละเอียด" >ดูรายละเอียด...</a></font> </td> </tr> </tbody> </table> <span class="style19"> <?php if($Prev_Page) { echo ""; //echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page' title='กลับ'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo ""; //echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i' >$i</a> ]"; } else { echo ""; //echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo ""; //echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page' title='ถัดไป'>Next>></a> "; } ?> </span> <?php //============ แสดงแถวละ 3 ตัว echo"</td>"; if(($intRows)%1==0) { echo"</tr>"; } } echo"</tr></table>"; ?> <span class="style19"> <!-- <?= $Num_Rows;?> อัลบั้ม : --> <!-- <?=$Num_Pages;?> หน้า :--> </span></td> </tr> </table>
$intRows = 0; while($resutCat=mysql_fetch_array($queryCat)) { ++$intRows; if($intRows=='1'){ #แสดงรายละเอียด พร้อมมีรูปประกอบ <img src="http://f.ptcdn.info/940/010/000/1381769809-kitty01-o.jpg" width="6" height="6" alt="" /> } else { echo 'ข้อความอื่นๆ<br/>'; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง