Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > ไม่มีข้อมูลในฐานข้อมูลก็ไม่ต้องโชว์ Select Menu/List


[PHP] ไม่มีข้อมูลในฐานข้อมูลก็ไม่ต้องโชว์ Select Menu/List

 
Topic : 105468

Guest



รูปตัวอย่าง

ถ้าไม่มีข้อมูลในฐานข้อมูลก็ไม่ต้องโชว์
ถ้าเราอยากให้มันแสดงแค่ 38 และ 39 ต้องทำยังไงครับ



Tag : PHP, CakePHP

Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2014-02-05 02:38:23 By : นิวัฒน์ View : 832 Reply : 1
 

 

No. 1

Guest


Code (PHP)
001.<?php
002.session_start() ;
003.if (!isset($_SESSION['login_true']))
004.?>
005.<?
006.include "connect.php";
007.?>
008.<?
009.$id = $_GET["product_id"];
010.$sql = "select * from product where product_id = $id";
011.$ex = mysql_query($sql, $conn);
012.while ($rs=mysql_fetch_array($ex)) {
013.?>
014.<?
015.$product_id = $rs[product_id];
016.$code = sprintf("%05d", $product_id );
017.?>
018.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
019.<html xmlns="http://www.w3.org/1999/xhtml">
020.<head>
021.<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
022.<title>Untitled Document</title>
023.<style type="text/css">
024.#body {
025.    background-image: url(images/templatemo_body.jpg);
026.    background-repeat: repeat;
027.    position: absolute;
028.    z-index: 1;
029.    width: 100%;
030.    left: 0px;
031.    top: 0px;
032.    height: 100%;
033.}
034..manuproduct {
035.    width: 218px;
036.    float: left;
037.    margin-right: 20px;
038.    margin-top: 30px;
039.    margin-left: 35px;
040.    margin-bottom: 35px;
041.}
042..product_box {
043.    float: left;
044.    width: 215px;
045.    margin-top: 0px;
046.    margin-right: 10px;
047.    margin-bottom: 10px;
048.    margin-left: 0px;
049.}
050..top {
051.    background-image: url(images/templatemo_body_top.jpg);
052.    background-repeat: repeat;
053.    position: absolute;
054.    z-index: 1;
055.    width: 100%;
056.    left: 0px;
057.    top: 0px;
058.    height: 411px;
059.}
060..manubar_b {
061.    width: 100%;
062.    position: absolute;
063.    top: 130px;
064.    z-index: 1;
065.    left: 0px;
066.}
067..manu {
068.    height: 40px;
069.}
070..body_product {
071.    width: 700px;
072.    margin-top: 30px;
073.    margin-bottom: 35px;
074.    margin-left: 0px;
075.    margin-right: 15px;
076.}
077.#body_product {
078.    width: 680px;
079.    float: right;
080.    margin-top: 30px;
081.    margin-right: 20px;
082.}
083..manubar_bb {
084.    background-repeat: no-repeat;
085.    width: 980px;
086.    height: 60px;
087.    float: right;
088.    background-image: url(images/templatemo_menubar.png);
089.}
090.#apDiv1 {
091.    position: absolute;
092.    width: 200px;
093.    height: 115px;
094.    z-index: 2;
095.    left: 675px;
096.    top: -119px;
097.}
098..login {
099.    width: 300px;
100.}
101..formB {
102.    font-size: 16px;
103.    color: #333;
104.}
105.</style>
106.</head>
107. 
108.<body background="images/templatemo_body.jpg">
109.<table width="980%" border="0" cellpadding="0" cellspacing="0" id="body">
110.  <tr>
111.    <td id="body"><table width="980%" border="0" cellpadding="0" cellspacing="0" class="top">
112.      <tr>
113.        <td><table width="980" border="0" align="center" cellpadding="0" cellspacing="0" class="manubar_b">
114.          <tr>
115.            <td><table  background="images/templatemo_main_bg.png" width="980" border="0" align="center" cellpadding="0" cellspacing="0">
116.              <tr>
117.                <td><table width="980" border="0" cellpadding="0" cellspacing="0" class="manubar_bb">
118.                  <tr>
119.                    <td valign="top"><table   width="980" border="0" cellpadding="0" cellspacing="0" class="manu">
120.                      <tr>
121.                        <td><div class="manu_b">
122.                        <?
123.                        {
124.                            include ("menuber.php");
125.                        }
126.                        ?>
127.                        </div></td>
128.                      </tr>
129.                    </table>
130.                      <div class="manuproduct">
131.                        <div>
132.                          <?
133.{
134.  include("manuproduct.php");
135.}
136.?>
137.                        </div>
138.                        <br />
139.                        <div>
140.                          <?
141.                      {
142.                          include "login2.php";
143.                      }
144.                      ?>
145.                        </div>
146.                        <br />
147.                        <br />
148.                      </div>
149.                      <div id="body_product">
150.                        <table width="500%" border="0" cellspacing="2" cellpadding="2">
151.                          <tr>
152.                            <td width="315"><img
153.src="admin/product/images/<?=$rs[product_image]?>" alt="" width="315" height="400" /></td>
154.                            <td valign="top" class="formB"><?=$rs[product_name]?>
155.                              <br />
156.                              [ <a href=basket_add.php?id=<?=$rs[product_id]?>>หยิบใส่ตะกร้า</a> ]
157.                              <br />
158.                              <select name="ptype" >
159.                                <option value=""> -- เลือกข้อมูลประเภทสินค้า -- </option> 
160.<option value="<?=$rs[size]?>"><?=$rs[size]?></option>
161.<option value="<?=$rs[size2]?>"><?=$rs[size2]?></option>
162.<option value="<?=$rs[size3]?>"><?=$rs[size3]?></option>
163.                                <?
164. 
165.mysql_close($conn);
166.?>
167.                              </select>
168.                              <br />
169.<br /></td>
170.                            </tr>
171.                          <tr>
172.                            <td>&nbsp;</td>
173.                            <td valign="top" class="formB">&nbsp;</td>
174.                          </tr>
175.                        </table>
176.                      </div></td>
177.                  </tr>
178.                </table></td>
179.              </tr>
180.            </table></td>
181.          </tr>
182.        </table></td>
183.      </tr>
184.    </table></td>
185.  </tr>
186.  <?
187.}
188.?>
189.  <div class="login">Content for  class "login" Goes Here</div>
190.</table>
191.</body>
192.</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2014-02-05 02:40:33 By : นิวัฒน์
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ไม่มีข้อมูลในฐานข้อมูลก็ไม่ต้องโชว์ Select Menu/List
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)





ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่