<table width="700" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC" > <tr bgcolor="#D5EAFF"> <th width="3%"> <div align="center"><strong>PID</strong></div></th> <th width="17%"> <div align="center"><strong>ProductName</strong></div></th> <th width="6%"> <div align="center"><strong>Type</strong></div></th> <th width="10%"> <div align="center"><strong>ProductImage </strong></div></th> <th width="3%"> <div align="center"><strong>Link</strong></div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr onMouseOver="this.className='menu-over'" onMouseOut="this.className='menu'" class="menu"> <td><div align="center"> <?=$objResult["ProductID"];?></div></td> <td><div align="center"> <?=$objResult["ProductName"];?></div></td> <td><div align="center"> <?=$objResult["Type"];?></div></td> <td><div align="center"><a href="p_image/<?=$objResult["ProductImage"];?>" target="_blank" ><?=$objResult["ProductImage"];?></div></td> <td><div align="center"><a href="order.php?ProductID=<?=$objResult["ProductID"];?>">ซื้อ</a></div></td> </tr> <? } ?> </table>
<a href="order.php?ProductID=<?=$objResult["ProductID"];?>">ซื้อ</a>
$array= array($_GET["ProductID"]);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง