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,037

HOME > PHP > PHP Forum > พี่ๆคะ ช่วยดูโค๊ดให้หน่อยค่ะ วนลูปข้อมูลมาเพื่อแสดงแต่มันไม่แสดงให้เลยค่ะ ไม่ทราบว่าผิดอะไรตรงไหนคะ



 

พี่ๆคะ ช่วยดูโค๊ดให้หน่อยค่ะ วนลูปข้อมูลมาเพื่อแสดงแต่มันไม่แสดงให้เลยค่ะ ไม่ทราบว่าผิดอะไรตรงไหนคะ

 



Topic : 099153



โพสกระทู้ ( 61 )
บทความ ( 0 )



สถานะออฟไลน์




พอดีว่าตรงประเภท ได้ดึงข้อมูลจากอีกตารางหนึ่งมาน่ะค่ะ ทีนี้ มันไม่แสดงเลยไม่รู้ว่าเพราะอะไร
ทั้งๆที่หน้าอื่นๆที่มีลักษณะเดียวกันกลับแสดงน่ะค่ะ

ไม่แสดงผล
ตรงประเภทค่ะ ไม่แสดง

Code (PHP)
<?  @ session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Admin</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


<style type="text/css">
<!--
body {
	background-color: #CCCCCC;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #660000}
-->
</style></head>
<body>
 <?
include( "../config.php");

if($_GET["RoomID"] != "")
{

	$sql2 = "  	SELECT CategoryID
				      ,CategoryName
		                    FROM room_category";
		
	$sql1 = "  	SELECT 	r.RoomID
					,r.RoomName
					,r.RoomPrice
					,rc.CategoryID
					,rc.CategoryName
					,r.RoomDescription
					,r.RoomPicture
			   FROM     room r
				INNER JOIN room_category rc
				ON 	r.CategoryID = rc.CategoryID
				WHERE RoomID = ".$_GET["RoomID"] ;


	$result1 = mysql_query($sql1, $Connect) or die(mysql_error());
	$result2 = mysql_query($sql2, $Connect) or die(mysql_error());
	
	while($row1 = mysql_fetch_array($result1))
	{
		$RoomID =  $row1['RoomID'] ;
		$RoomName =  $row1['RoomName'] ;
		$RoomPrice =  $row1['RoomPrice'] ;
		$RoomDescription =  $row1['RoomDescription'] ;
		$RoomPicture =  $row1['RoomPicture'] ;
	
	}
  
}
else
{
	$id ="";
}
?>

<form id="addroom" enctype="multipart/form-data" name="addroom" method="post" action="addroom_save_action.php<? echo "?edit=$id"?>"> 
  <table width="1000" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
      <td colspan="4"><img src="../images/aaa.jpg" width="228" height="105" />       </td>
    </tr>
    <tr>
      <td width="152" bgcolor="#666666">&nbsp;</td>
      <td width="168" bgcolor="#666666">&nbsp;</td>
      <td width="465" bgcolor="#666666">&nbsp;</td>
      <td bgcolor="#666666">&nbsp;</td>
    </tr>
    <tr>
	
      <td colspan="4" bgcolor="#FFFFFF"> <div align="center"><span class="AdminText style2" ><strong>เพิ่มรายการห้อง</strong></span></div>
            <table width="929" border="0">
              <tr>
                <th width="75" scope="col">&nbsp;</th>
                <th width="844" scope="col">&nbsp;</th>
              </tr>
              <tr>
                <th scope="row">&nbsp;</th>
                <td align="left"><table width="783" border="0" align="center" cellpadding="0" cellspacing="1" class="AdminText">
                  <tr>
                    <td width="96">ชื่อห้อง  *</td>
                    <td width="660">
                      
                      <div align="left">
                        <input name="txtRoomName" type="text" id="txtRoomName" value="<?=$RoomName; ?>" size="50"/>
                        <input name="hiddenRoomID" type="hidden" id="hiddenRoomID" value="<?=$RoomID; ?>" />
                    </div></td>
                  </tr>
                  <tr>
                    <td><div align="left">ราคา *</div></td>
                    <td>
                      
                      <div align="left">
                        <input name="txtRoomPrice" onKeyPress="return checkIt(event)" type="text" id="txtRoomPrice" value="<?=$RoomPrice?>" size="50"/>
                      </div></td></tr> <tr>
                    <td><div align="left">ประเภท</div></td>
                    <td> <div align="left"><select id="cboRoom_category" name="cboRoom_category">
                            <option>--- เลือก ---</option>
                           	<?
							while($result2 = mysql_fetch_array($sql2))
							{
							?>
              				<option  value="<?=$result2['CategoryID'];?>" ><?=$result2['CategoryName'];?></option>
           					<?
							}
							?>
                          </select>
                      </div></td></tr>
			      <tr>
                    <td><div align="left">รูป *</div></td>
                    <td>
                      
                      <div align="left">
                        <input name="fileUpload[]" type="file" value="<?=$PicEdit?>" size="50"/>
						
                        <?
                          if($_GET["edit"] != "")
						  {
						  echo "<img width=\"50\" src=\"$PicEdit\">";
						  //<img width=\"50\" src=\"$picture\">
						  }
						  ?>
                        <input type="hidden" name="Pic_path" value="<?=$PicEdit?>"/></td>
				  </tr>
            
                  <tr>
                    <td align="">&nbsp;</td>
                    <td><span class="style1">**รูปต้องเป็นไฟล์ JPG, JPEG เท่านั้น </span></td>
                  </tr>
                  <tr>
                    <td align="">รายละเอียด</td>
                    <td>
                      
                      <div align="left">
                          <textarea name="txtDescription" cols="55" rows="5" id="txtDescription" ><?=$RoomDescription; ?></textarea>
                      </div></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><div align="left"></div></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <th scope="row">&nbsp;</th>
                <td><div align="center">
                  <input type="submit" name="saveproduct" id="saveproduct" value="ตกลง" />
                  <input type="reset" name="cancleproduct" id="cancleproduct" value="ยกเลิก" onclick="parent.location.href='../admin/edit_room.php'" />
                </div></td>
              </tr>
              <tr>
                <th scope="row"><div align="center"></div></th>
                <td><div align="center"><a href="../admin/edit_room.php"><img src="../images/Back.png" width="15" height="15" /> กลับไปหน้าแก้ไข</a></div></td>
              </tr>
      </table></td>
    </tr>
    
  </table>
  <br />
  <br />
</form>
<?
mysql_close($Connect); //ปิดการติดต่อฐานข้อมูล
?>
</body>
</html>




Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-08-15 21:06:48 By : redkimono View : 698 Reply : 4
 

 

No. 1



โพสกระทู้ ( 227 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


Code (PHP)
echo"<select id=\"txtjob_sta\" name=\"txtjob_sta\" style=\"width:160px;\">";
						//echo"<option value=\"\" selected>-----------ไม่ระบุ----------</option>";
      $sql="select * from tb_job_status order by job_sta_id";
      mysql_query("SET NAMES utf8");
      $rs=mysql_query($sql);
		while($row=mysql_fetch_array($rs)){
			echo"<option value=\"".$row['job_sta_id']."\">".$row['job_sta_name']."</option>";
		}
echo"</select>";


อ้างอิง : https://www.thaicreate.com/php/php-mysql-dropdownlist-listmenu.html








ประวัติการแก้ไข
2013-08-15 21:30:42
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-08-15 21:29:49 By : nook563
 


 

No. 2



โพสกระทู้ ( 61 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 1 เขียนโดย : nook563 เมื่อวันที่ 2013-08-15 21:29:49
รายละเอียดของการตอบ ::
มันไม่ขึ้นเหมือนเดิมเลยค่ะ

Code (PHP)
<select id="cboRoom_category" name="cboRoom_category">
         <option>--- เลือก ---</option>
          <?
		$sql2 = "  	SELECT CategoryID
					,CategoryName
				FROM room_category";
		$result2 = mysql_query($sql2, $Connect) or die(mysql_error());
			while($result2 = mysql_fetch_array($sql2))
				{
	?>
         <option  value="<?=$result2['CategoryID'];?>" ><?=$result2['CategoryName'];?></option>
        <?
	}
	?>
</select>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-08-15 22:37:37 By : redkimono
 

 

No. 3



โพสกระทู้ ( 99 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

Code (PHP)
<option>--- เลือก ---</option>
<?
    while($row2 = mysql_fetch_array($result2)){
?>
<option  value="<?=$row2['CategoryID'];?>" ><?=$row2['CategoryName'];?></option>
<?
}
?>



คำสั่งที่นำมา fetch ยังไม่ได้ query ครับ มันเลยไม่ loop ข้อมูลออกมาให้
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-08-15 23:24:25 By : jackkichan
 


 

No. 4



โพสกระทู้ ( 61 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 3 เขียนโดย : jackkichan เมื่อวันที่ 2013-08-15 23:24:25
รายละเอียดของการตอบ ::
ขึ้นแล้วค่ะ อิอิ ขอบคุณมากๆๆๆๆเลยค่ะ ติดตรงนี้มาหลายวันแล้ว

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-08-16 22:39:15 By : redkimono
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : พี่ๆคะ ช่วยดูโค๊ดให้หน่อยค่ะ วนลูปข้อมูลมาเพื่อแสดงแต่มันไม่แสดงให้เลยค่ะ ไม่ทราบว่าผิดอะไรตรงไหนคะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

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