|
|
|
อยากรู้มาก วิธีที่จะทำให้รูปสินค้าเรียงเป็นแถวแนวตั้ง 3 แถว และแนวนอน 3 แถว แบ่งเป็น Column |
|
|
|
|
|
|
|
ในบทเรียน
|
|
|
|
|
Date :
21 ม.ค. 2551 12:39:07 |
By :
เอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โอจอร์ทมันยอดมาก
ไม่มีไร เซงๆเครียดงุงิด้วยเง้อ
|
|
|
|
|
Date :
21 ม.ค. 2551 18:45:07 |
By :
arsachi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","root") or die(mysql_error());
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM gallery";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="thaicreate/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
<?
mysql_close($objConnect);
?>
Go to : PHP MySQL Multiple Column
|
|
|
|
|
Date :
2010-10-15 06:09:07 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บทเรียนนี่แหละครับ ผมก็ใช้ตัวนี้
|
|
|
|
|
Date :
2010-10-15 09:59:00 |
By :
kingarcher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ท่านผู้รู้ครับ ช่วยดูโค้ดนี้หร่อยครับ ว่า ถ้าอยากให้รูปให้เป็นแนวนอน 2 รูป เรียงกันควรเพื่มโค้ดอะไร ตรงไหนครับ โค้ดนี้รูปเรียงแนวตั้งแนวเดียว อยากให้รูปเรียงกัน แนวนอน 2 รูป แล้วก้อแนวตั้ง เรียงลงมา ตามแนวนอน ช่วยหน่อยนะคราบบบ
<?
$id_type_select=$_GET [id_type];
?>
<html>
<head><title>KRISNAN ONLINE</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"></head>
<body>
</form>
<table width="1103" border="0" align="center">
<tr>
<td width="187" height="200" valign="top" bgcolor="#FF6600"><center>
<b>ประเภทสินค้า</b>
</center>
<?
include "connect.php";
include "type_list.php";
?> </td>
<td valign="top"><div align="center">
<table width="100%" border="0" cellspacing="4" >
<?
$sql="select * from tb_product where ref_id_type='$id_type_select'";
$result=mysql_db_query ($dbname,$sql);
$num=mysql_num_rows($result);
while ($rs=mysql_fetch_array ($result)) {
$id_prd=$rs [id_prd];
$code=sprintf ("%05d",$id_prd);
$name_prd=$rs [name_prd];
$detail_prd=$rs [detail_prd];
$ref_id_type=$rs [ref_id_type];
$price_prd=$rs [price_prd];
$photo_prd=$rs [photo_prd];
if ($photo_prd=="") {
$photo_prd="temp.jpg";
}
echo "<tr>
<td width='20%' valign='top' >
<img src='photo/$photo_prd'>
</td>
<td width='80%' valign='top'>
<b>รหัสสินค้า:</b> $code <br>
<b>ชื่อสินค้า:</b> $name_prd <br>
<b>ราคา:</b> $price_prd บาท/โหล<br><br>
<a href='prd_view.php?id_prd=$id_prd'>แสดงรายละเอียด</a>
<a href='basket_add.php?id_prd=$id_prd'><img src='../Photo/หยิบ.jpg' width='98' height='21'></a> <br>
</td>
</tr>";
}
?>
</table>
</div></td>
</tr>
</table>
</body>
</html>
|
|
|
|
|
Date :
2011-01-20 11:18:06 |
By :
krisnan burapat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบมาหน่อยดิคราบบบ
|
|
|
|
|
Date :
2011-01-26 10:27:08 |
By :
krisnan burapat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|