?
Path : /home/admin/public_html/old/promice/ |
Current File : /home/admin/public_html/old/promice/ProductList.php |
<? include("header.php");?><table width="1001" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- fwtable fwsrc="Untitled" fwbase="home.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --> <tr> <td width="423"><img src="images/spacer.gif" width="423" height="1" border="0" alt=""></td> <td width="16"><img src="images/spacer.gif" width="16" height="1" border="0" alt=""></td> <td width="225"><img src="images/spacer.gif" width="225" height="1" border="0" alt=""></td> <td width="315"><img src="images/spacer.gif" width="315" height="1" border="0" alt=""></td> <td width="21"><img src="images/spacer.gif" width="21" height="1" border="0" alt=""></td> <td width="10"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"><div align="center"> <table width="998" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="228"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td><div align="center"> <? echo "$showmember"; ?></div></td> </tr> <tr> <td><img src="images/index_09.jpg" width="224" height="41" alt=""></td> </tr> <tr> <td> <? $page = $_GET['page']; $select_type="select * from productstype order by id asc"; $query_select=mysql_query($select_type); $num_rows=mysql_num_rows($query_select); if($num_rows<1){ echo "<br><br><center><b>ยังไม่มีการเพิ่มข้อมูลค่ะ</b></center>"; }else{ $select="select * from productstype order by id asc"; $q_ry = mysql_query($select); $num_rows=mysql_num_rows($q_ry); $pagesize=20; $rt=$num_rows%$pagesize; if($rt!=0) { $totalpage=floor($num_rows/$pagesize)+1; } else { $totalpage=floor($num_rows/$pagesize); $toppic_id=1; } if(empty($page)) { $page=1; } mysql_free_result($q_ry); $goto=($page-1)*$pagesize; $sql_select_mem="Select * From productstype order by id asc limit $goto,$pagesize"; $fect=mysql_query($sql_select_mem); if(!$fect) { ("ติดต่อฐานข้อมูลไม่ได้".mysql_error()); exit; } $bgcount=0; while($rows=mysql_fetch_array($fect)) { $idx =$rows['id']; $productstypecode =$rows['productstypecode']; $productstypename = $rows['productstypename']; $bgcount=$bgcount+1; $bgmod=$bgcount%2; if($bgmod==0){ $bgcolor="#E9E9E8"; }else{ $bgcolor="#FFFFFF"; } $s_num="select * from products where productstypecode = '$productstypecode'"; $query_select_num=mysql_query($s_num); $snum=mysql_num_rows($query_select_num); ?> <table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td height="23"> <div align="left"></div> <div align="left"></div> <div align="center"> </div> <div align="left"><img src="images/bullet/bt03.gif" width="14" height="14"><? echo "<a href=ProductList.php?PRD=$productstypecode>$productstypename</a> ($snum)"; ?></div></td> </tr> <tr> <td height="5"><img src="images/inline.jpg" width="184" height="3"></td> </tr> </table> <? } } ?> </td> </tr> <tr> <td> </td> </tr> </table></td> <td width="770"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td><img src="images/web_12.jpg" width="770" height="40"></td> </tr> <tr> <td> <strong>หมวดหมู่ :</strong><strong> <a href="ProductList.php?PRD=<? echo "$_GET[PRD]"; ?>"> <? $sql1="select * from productstype where productstypecode='$_GET[PRD]'"; $result1=mysql_db_query($db,$sql1); $rs1=mysql_fetch_array($result1); echo ""; echo $rs1[productstypename]; echo ""; ?> </a></strong></td> </tr> <tr> <td><div align="center"> <table width="100%" border="0"> <? $sql="select * from products where productstypecode='$_GET[PRD]' order by id desc limit 99"; $check=1; $result=mysql_db_query($db,$sql); while ($rs=mysql_fetch_array($result)) { if ($check%3 ==1){ echo "<TR>"; } ?> <td height="20" align="center" valign="middle" > <? if ($rs[productsphoto]==""){ echo " <img src='Admin/IMG/no_pic.jpg' WIDTH=150 HEIGHT=150 BORDER=0>"; }else { $products_name = substr($rs[productsname],0,20); if ($rs[status] == "") { $statusnow = "พร้อมให้เช่า"; }else if ($rs[status] == "00000"){ $statusnow = "จองแล้ว <a href=QProducts.php?PrdID=$rs[productscode]>สอบถาม!</a>"; }else if ($rs[status] == "11111"){ $statusnow = "เช่าไปแล้ว! <a href=QProducts.php?PrdID=$rs[productscode]>สอบถาม!</a>"; } echo "<span style='color: #812D61; font-size: 9pt; font-weight: bold'><a href=ShowProducts.php?PrdID=$rs[id]>$rs[productsname]</a> </span> <div style='height:20px; padding:5px;' align='center'> <fb:like layout='button_count' href='ShowProducts.php?PrdID=<? echo $rs[id]?>'></fb:like> </div> <a href=ShowProducts.php?PrdID=$rs[id] target=_blank><img src='Admin/IMG/$rs[productsphoto]' HEIGHT=150 BORDER=0></a><br><img src=images/zoom.gif> <a href=Admin/IMG/$rs[productsphoto] class=lightbox rel=flowers>คลิกเพื่อขยาย</a> <br>$products_name..<br>ราคา : $rs[productsprice] บาท <br><a href=Cart_Add.php?PrdID=$rs[id]><img src=images/addcart.png width=108 height=32 border=0></a>"; } ?> </td> <? if ($check % 3== 0) { echo "</TR>"; $check=0; } $check++; } ?> </table> </div></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> </div></td> <td><img src="images/spacer.gif" width="1" height="25" border="0" alt=""></td> </tr> </table><? include("footer.php");?> </body> </html>