|
|
|
ช่วยดูโค็ตว่าจะแทรกโค็ตดึงข้อมูลจาก DB มาเป็น listbox มาไว้ในโค็ตอีกโค็ตหนึ่งยังไง |
|
|
|
|
|
|
|
แล้วอยากจะเอาไปไว้ตรงไหนหรอ ก็เอาไปแทรกใน td ทั่วไปก็ได้นะ
หรือส่าติดปัญหอย่างไง
|
|
|
|
|
Date :
2010-11-18 16:48:11 |
By :
babyprogrammer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรงบรรทัดที่ 23 อ่า พอเอาไปแทรก มันไม่ได้อ่า
|
|
|
|
|
Date :
2010-11-18 22:20:29 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
echo "<td><select>";
$q="select * from product ";
$qr=mysql_query($q);
while($rs=mysql_fetch_array($qr)){
?>
<option value="<?=$rs['product_id']?>"><?=$rs['product_name']?></option>
<?php
}
?>
echo"</select></td>";
แค่เนี่้ย คิดอะไรมากครับ อย่าคิดมาเกินไป
|
|
|
|
|
Date :
2010-11-19 17:35:29 |
By :
U |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้อ่าครับ ลองเอามาแทรกที่โค็ตแล้ว มันก็ยังไม่ได้อ่าครับ
Code (PHP)
<?php
require('conn_mysql.php');
$query = "SELECT * FROM tborder order by order_no";
$result = mysql_query($query) or die("Query failed");
if(mysql_num_rows($result) == 0){
echo "Nothing to Display!";
}
$bgcolor = "#E0E0E0";
print "<table border=3>\n";
echo"<tr><th>รหัสการสั่งซื้อ</th><th>รหัสลูกค้า</th><th>ราคารวม</th><th>วันที่สั่งซื้อ</th></tr>";
while ($row = mysql_fetch_array($result)) {
if ($bgcolor == "#DFE6EF"){
$bgcolor = " #FFFFCC";
}else{
$bgcolor = "#DFE6EF";
}
echo "<tr bgcolor=",$bgcolor,">";
echo"<td><a href='order_details.php?id=".$row["order_no"]."'>".$row["order_no"]."</a></td>\n";
echo"<td>",$row["customer_id"],"</td>\n";
echo"<td>",$row["pricetotal"],"</td>\n";
echo"<td>",$row["dates"],"</td>\n";
//ตั้งแต่บรรทัดนี้ไปอ่า
<?php
echo "<td><select>";
$q="select * from product ";
$qr=mysql_query($q);
while($rs=mysql_fetch_array($qr)){
?>
<option value="<?=$rs['product_id']?>"><?=$rs['product_name']?></option>
<?php
}
?>
echo"</select></td>";
$order_no = $row["order_no"];
print"\t</tr>\n";
print"\t</tr>\n";
}
print"</table>\n";
mysql_close($conn);
?>
|
ประวัติการแก้ไข 2010-11-19 22:59:26 2010-11-19 23:00:08
|
|
|
|
Date :
2010-11-19 22:47:42 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองทำออกมาดู มันยัง error ซินเท็กอ่า ช่วยดูให้หน่อยครับ
Code (PHP)
<?php
require('conn_mysql.php');
$query = "SELECT * FROM tborder order by order_no";
$result = mysql_query($query) or die("Query failed");
$q="select * from product ";
$qr=mysql_query($q);
if(mysql_num_rows($result) == 0){
echo "Nothing to Display!";
}
$bgcolor = "#E0E0E0";
print "<table border=3>\n";
echo"<tr><th>รหัสการสั่งซื้อ</th><th>รหัสลูกค้า</th><th>ราคารวม</th><th>วันที่สั่งซื้อ</th></tr>";
$q="select * from product ";
$qr=mysql_query($q);
while($row=mysql_fetch_array($qr)){
while ($row = mysql_fetch_array($result)) {
if ($bgcolor == "#DFE6EF"){
$bgcolor = " #FFFFCC";
}else{
$bgcolor = "#DFE6EF";
}
echo "<tr bgcolor=",$bgcolor,">";
echo"<td><a href='order_details.php?id=".$row["order_no"]."'>".$row["order_no"]."</a></td>\n";
echo"<td>",$row["customer_id"],"</td>\n";
echo"<td>",$row["pricetotal"],"</td>\n";
echo"<td>",$row["dates"],"</td>\n";
// บรรทัดนี้อ่าecho"<td><option value=$row['product_id']".$row["order_no"]."'>".$row["product_name"]."</option></td>\n";
$order_no = $row["order_no"];
print"\t</tr>\n";
print"\t</tr>\n";
}
print"</table>\n";
mysql_close($conn);
?>
|
ประวัติการแก้ไข 2010-11-19 23:45:34
|
|
|
|
Date :
2010-11-19 23:35:46 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองทำดูออกมา มันก็ยัง error อ่าครับ แล้วที่พี่วินบอกมาผมเข้าใจแล้ว แต่ผมอยากให้มันไปอยู่ในตารางอ่า
|
|
|
|
|
Date :
2010-11-20 16:55:49 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เงียบหายกันไปเลย เครียดนะครับ
|
|
|
|
|
Date :
2010-11-21 18:30:17 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|