mysql_query("select customer_name from customer c, location_customer lc, where c.customer_id = lc.customer_ID and lc.location_ID = $id")or die("cannot select from this table");
............................ฐานข้อมูลลูกค้า.......
ลำดับ ชื่อ - สกุล รายละเอียด
1 a 123333333
2 b 2689572
3 c 233333333
4 d 5987552222
.................................................................