<? //*************function นี้จะรับค่ามาแล้วทำการแสดงผลออกมาเป็นสับเมนู ด้วยการ echo function submenu($id){ $sql1="select * from product_type where product_type_id=".$id." order by product_type_id"; $table1 = mysql_query($sql1) or die("<h1>$sql1 Error</h1>"); while($row = mysql_fetch_array($table1)){ echo "-".$row['product_type_name']."<br />"; } } //****************จบ function********************************************** //} //include("file:///G|/check.php"); $sql="select * from product_categories order by product_cate_id limit 9"; //4. Ececute SQL $table = mysql_query($sql) or die("<h1>$sql Error</h1>"); ?> <table width="171" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" class="curvetop3"> <div id="content-sub" style="margin-top:5px; margin-bottom:5px; "> <?=$categories1?></div><table width="170" border="0" cellspacing="0" cellpadding="3"> <? while($row = mysql_fetch_array($table)){ ?> <tr> <td valign="top" id="content-main" class="dot_menu" ><img src="images/dot.gif" width="10" height="8"><span align="justify"> <? switch ( substr($lang,0,2)) { case 'th' : $th=$row['product_cate_name']; break; case 'en' : $th=$row['product_cate_name_en']; break; default: $th=$row['product_cate_name_en']; } ?> <a href="catalog_wapsystem.php?product_cate_id=<? echo $row['product_cate_id'];?>&lang=<?=$lang?>" title="<?=$th?>" class="white_link"><?=$th?></a></span> <? //***************************************************รับค่า id จากหมวดใหญ่เพื่อ echo เป็นหมวดย่อย //submenu($row['product_cate_id']); //******************************************* ?> </td> </tr> <? } ?> </table> </td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง