<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <? $id_type_select=$_GET[Type_ID]; ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>::OilShop_E-commerch::</title> <link rel="stylesheet" type="text/css" href="sidebar.css"> <style type="text/css"> <!-- #header { position:absolute; left:-3px; top:0px; width:1024px; height:500px; z-index:1; } #apDiv3 { position:fixed; left:0px; top:545px; width:1024px; height:45px; z-index:2; } #apDiv9 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv2 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv11 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv15 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv16 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv18 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv19 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv20 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv21 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv22 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv23 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv24 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv25 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv26 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv27 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv28 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv29 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv30 {position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv7 { position:absolute; left:216px; top:566px; width:459px; height:237px; z-index:1; } #apDiv31 { position:absolute; left:-2px; top:297px; width:1024px; height:45px; z-index:3; } #apDiv32 { position:absolute; left:258px; top:575px; width:822px; height:572px; z-index:4; } #apDiv4 { position:absolute; left:-1px; top:592px; width:1041px; height:1710px; z-index:4; } --> </style> </head> <body> <div id="header"> <?php include('header.php'); ?> </div> <div id="apDiv31"> <?php include('menu.php'); ?> </div> <div id="apDiv4"> <div id="sidebar"> <?php include('sidebar.php'); ?> <table width="772" height="330" border ="0" align="center"> <tr> <td width="300" valign="400"> <td width="1060" height="200" valign="top"><div align="center"> <table width="65%" border="0" cellspacing="4"> <? $sql="Select * from product where ref_id_type ='$id_type_select' "; $result = mysql_db_query($dbname,$sql); while ($rs=mysql_fetch_array($result)) { $id_prd=$rs[id_prd]; $code=sprintf("%05d",$id_prd); $name_prd=$rs[name_prd]; $detail_prd=$rs[detail_prd]; $ref_id_type=$rs[ref_id_type]; $price_prd=$rs[price_prd]; $photo_prd=$rs[photo_prd]; if ($photo_prd=="") { $photo_prd="temp.jpg"; } echo "<tr> <TD WIDTH = '20%' VALIGN='top'> <img src = 'photo/$photo_prd'> </TD> <TD WIDTH ='65%' VALIGN ='top'> <B> รหัสสินค้า : </B>$code<BR> <B>ชื่อสินค้า : </B>$name_prd<BR> <B>ราคา : </B>$price_prd บาท <br><br> [ <a href ='prd_view_cust.php?id_prd=$id_prd'>แสดงรายละเอียด </a>] </td> </tr>"; } ?> </table> <p> </p> <p> </p></td> </tr> </table> </div> <h2> </h2> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง