|
|
|
ขอความรู้เกี่ยวกับ การ view ดูรายละเอียด เลือกอันที่ 1 หรือ 2 ก็ขึ้นมาโชว์ ทั้งหมด record เลยครับ งงมาก ช่วยด้วยครับ |
|
|
|
|
|
|
|
$sql="select * from customer order BY customer_id";
select * มันก็ออกมาหมดสิครับ
|
ประวัติการแก้ไข 2013-03-15 11:56:21
|
|
|
|
Date :
2013-03-15 11:55:57 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql="select * from customer order BY customer_id"; แบบนี้คือเรียกมาทั้งหมดครับ
$sql="select * from customer where customer_id ='id ที่ต้องการให้แสดงครับ' ";
|
|
|
|
|
Date :
2013-03-15 11:59:32 |
By :
nprawit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็งง เหมือนกันครับ ไม่เห็นว่าจะเลือกอะไร
|
|
|
|
|
Date :
2013-03-15 12:00:00 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="javascript:popup('detail.php?id=<?=$customer_id?>','test','scrollbars=yes,width=750,height=700,left=20,top=20')" >รายละเอียด</a>
หน้าที่ต้องการแสดง
$sql="select * from customer where customer_id ='".$_GET["id"]."'";
|
|
|
|
|
Date :
2013-03-15 13:03:23 |
By :
nprawit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|