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 > แบ่งตารางที่ดึงข้อมูลจากฐานข้อมูล แล้วทำให้มันเป็นสอง 2 คอมลัมน์



 

แบ่งตารางที่ดึงข้อมูลจากฐานข้อมูล แล้วทำให้มันเป็นสอง 2 คอมลัมน์

 



Topic : 050343



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



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



แบ่งตารางที่ดึงข้อมูลจากฐานข้อมูล แล้วทำให้มันเป็นสอง 2 คอมลัมน์

ทำมาทั้งวันแล้วครับไม่ได้

ทำตามลิงค์นี้ก็ไม่ซักที https://www.thaicreate.com/community/display-multiple-rows-column.html

รบกวนช่วยดูโค้ดให้หน่อยครับ


Code (PHP)
  <? 
if(!$_SESSION[shop_id]){
	$Fileshop= "shopid.txt";
	$objFopen = fopen($Fileshop, 'r');
if ($objFopen) {

	$id = fgets($objFopen, 4096);
	session_register("shop_id");
	$_SESSION[shop_id]=$id;
}
		fclose($objFopen);
}

include("config.inc.php");
	require("function.php");
		  	$obj=new sql();
		 	$sql="select * from shop where shop_id='$_SESSION[shop_id]'";
		    	$result=$obj->QuerySql($sql);
			$shop=mysql_fetch_array($result)
?>
  <?
         		$table="product";
				$condition="where p_shop_id='$_SESSION[shop_id]'";
		    	$show=$obj->selectalldate($table,$condition);
				$i=1;
				while($show_pro=mysql_fetch_array($show)){
				$intRows++; 
				echo "<td>";
				?>
<table width="338" height="232" border="0" align="left" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="6%" height="19" align="left" valign="top" background="../../img/viewboard_01.gif">&nbsp;</td>
                    <td width="89%" align="left" valign="top" background="../../img/viewboard_02.jpg">&nbsp;</td>
                    <td width="5%" align="left" valign="top" background="../../img/viewboard_03.gif">&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="18" align="left" valign="top" background="../../img/viewboard_04.gif">&nbsp;</td>
                    <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="48%" align="left" valign="top"><div align="center">
                              <?
					  echo"<script language='javascript'> 
					function zoom$i(){ 
					document.getElementById('image$i').width=200; 
					document.getElementById('image$i').height=250;
					} 
					function rezoom$i(){ 
					document.getElementById('image$i').width=135; 
					document.getElementById('image$i').height=136; 
					} 
					</script> "
                    ?>
                              <img src="Picpro/<?=$show_pro[pro_id]?>.jpg" width="135" height="176"  id="image<?=$i?>" onMouseOver="javascript:zoom<?=$i?>();" onMouseOut="javascript:rezoom<?=$i?>();"/> </div></td>
                          <td width="52%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><strong>ชื่อสินค้า</strong> :
                                    <?=$show_pro[pro_name]?></td>
                              </tr>
                              <tr>
                                <td>&nbsp;</td>
                              </tr>
                              <tr>
                                <td><strong>ราคา</strong> : <span class="style2">
                                  <?=number_format ($show_pro[pro_price], 2); ?>
                                </span> <strong>บาท</strong></td>
                              </tr>
                              <tr>
                                <td>&nbsp;</td>
                              </tr>
                              <tr>
                                <? 
						  
						  	$table="type_produc";
							$condition="where ty_id='$show_pro[ty_id]'";
		    				$type=$obj->select($table,$condition);
						  ?>
                                <td><strong>ประเภท</strong> :
                                  <?=$type[ty_name]?></td>
                              </tr>
                              
                              <tr>
                                <td>&nbsp;</td>
                              </tr>
                              <tr>
                                <td><div align="center"><img src="../../images/database.png" width="48" height="48" /> <img src="../../images/put_in_shopping_fcart.png" width="48" height="48" /></div></td>
                              </tr>
                          </table></td>
                        </tr>
                    </table></td>
                    <td align="left" valign="top" background="../../img/viewboard_06.gif">&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="21" align="left" valign="top" background="../../img/viewboard_07.gif">&nbsp;</td>
                    <td align="left" valign="top" background="../../img/viewboard_08.jpg">&nbsp;</td>
                    <td align="left" valign="top" background="../../img/viewboard_09.gif">&nbsp;</td>
                  </tr>
    
                  <tr>
                    <td height="21" align="left" valign="top">&nbsp;</td>
                    <td align="left" valign="top">&nbsp;</td>
                    <td align="left" valign="top">&nbsp;</td>
                  </tr>
</table>       
   <?
  echo"</td>"; 

  if(($intRows)%2==0){
echo"</tr>"; 
}else{
echo "<td>"; 
}
 $i++;
 }
 echo"</tr></table>"; 
	?>



เมื่อรันออกมามันจะเป็น ตารางแถวเดียวเลยครับ

งงมากครับ โง่มากด้วยครับ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-10-17 16:34:03 By : somsakza View : 926 Reply : 2
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

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

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

ลองดูนี่ Go to : PHP MySQL Multiple Column ครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-17 17:03:21 By : webmaster
 


 

No. 2



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



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

โอ้.!!!!!!!!


ขอบคุณหลาย ๆ เด้อครับ


พี่วิน
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-17 22:17:50 By : somsakza
 

   

ค้นหาข้อมูล


   
 

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