<?php <body> <? //include ('head.php'); include ('connect.php'); ?> <center> <form id="form1" name="form1" method="post" action=""> <table width="782" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="9%" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">สถานะ</span></td> <td width="10%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">ชื่อแสตมป์</span></td> <td width="29%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">รายละเอียด</span></td> <td width="11%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">ราคาเริ่มต้น</span></td> <td width="11%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">จำนวน</span></td> <td width="11%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">ราคาสูงสุด</span></td> <td width="19%" height="30" align="center" background="images/bg-tb04.jpg" bgcolor="#FFFFFF"><span class="style5">วันสิ้นสุดการประมูล</span></td> <? for($i=0;$i<10;$i++){?> </tr> <tr> <? $sql1=mysql_query("select * from auction order by auc_id desc limit 0,1")or die(mysql_error()); while ($a=mysql_fetch_array($sql1)) { ?> <td align="center"> </td> <td height="30"><? echo $a[auc_name]?> </td> <td height="30" align="left"><? echo $a[detail]?> <a href="auction_view.php">>>เพิ่มเติม<<</a></td> <td height="30"><? echo $a[open_price]?> </td> <td height="30"><? echo $a[quality]?> </td> <td height="30"> </td> <td height="30"> </td> <? }}?></tr> </table> </form> </center> </body> </html> ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง