|
|
|
สอบถามการ echo แสดงว่าตัวแปรนั้นไม่มีค่าไหม สามารถดูได้ยังไงว่าตัวแปรนั้นมีค่หรือไหม |
|
|
|
|
|
|
|
เขียน fix ค่ามั้งแบบนี้ งง กะ SELECT แบบนี้ 555+
มันไม่ Error เหรอ
|
|
|
|
|
Date :
2011-09-17 12:14:12 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูแบบนี้
Code (PHP)
<?
include ("connect1.php");
$sql = "select a.*,b.* from borrowing_return equipment a,user b where a.user_id=b.user_id ";
<SPAN style="BACKGROUND-COLOR: red">echo $sql;</SPAN>
$sql .= " AND status_check != '2' AND status_check != '5' ";
$sql .= " ORDER BY a.borrow_id DESC";
$query = mysql_query($sql);
while ($arr = mysql_fetch_array($query))
{
?>
|
|
|
|
|
Date :
2011-09-17 12:19:47 |
By :
comsc006 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sql statement น่าจะถูกแล้วนะ แล้วอะไรคือคำถาม
|
|
|
|
|
Date :
2011-09-17 14:06:08 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คืออยากจาทราบค่า echo $sql แล้วผลลัพธ์ออกมาแบบนี้หมายถึงอะไรค่ะ ช่วยอธิบายหน่อยค่ะ
select `borrowing_return equipment`.*,`user`.* from `borrowing_return equipment`,`user` where `borrowing_return equipment`.user_id=`user`.user_id
|
|
|
|
|
Date :
2011-09-17 15:48:15 |
By :
nooaoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันก็เป็น sql statement สำหรับ select ข้อมูํลแบบ join table ไงครับ
|
|
|
|
|
Date :
2011-09-17 15:58:34 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print screen หน้าจอมาให้ดูหน่อย
|
|
|
|
|
Date :
2011-09-17 16:03:39 |
By :
compk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select `borrowing_return equipment`.*,`user`.* from `borrowing_return equipment`,`user` where `borrowing_return equipment`.user_id=`user`.user_id
คือ เอาทุกฟิวของตาราง borrowing_return equipment และ ตาราง user โดยมีเงือนไขว่า ฟิวล์
ีuser_id
ของตาราง borrowing_return equipment เท่ากับ user.user_id <--- อันนี้งง
|
|
|
|
|
Date :
2011-09-17 17:12:55 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-ขอบคุนพี่ๆๆทุกคน ที่ช่วยแนะนำ ตอนนี้เข้าใจแระค่ะ
|
|
|
|
|
Date :
2011-09-20 16:55:13 |
By :
nooaoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|