|
|
|
พี่ค่ะช่วยตรวจสอบโค้ดนี้ให้หน่อยค่ะ ปัญหาคือว่า ต้องการให้แสดงข้อมูลการยืม เฉพาะของผู้ใช้คนที่ล็อคอินเข้าสู่ระบบเท่านั้น แต่ตอนนี้ระบบแสดงข้อมูลทุกคน ช่วยดูให้หน่อยน่ะค่ะว่าผิดพลาดตรงไหน |
|
|
|
|
|
|
|
Code (PHP)
<?
include ("connect1.php");
$sql = "select `borrowing_return equipment`.*,`user`.* from `borrowing_return equipment`,`user` where `borrowing_return equipment`.user_id=`user`.user_id ";
$sql .= " AND status_check != '2' AND status_check != '5' and `borrowing_return equipment`.user_id = " . $_SESSION[user ของคนที่ login แล้ว];
$sql .= " ORDER BY `borrowing_return equipment`.borrow_id DESC";
$query = mysql_query($sql);
while ($arr = mysql_fetch_array($query))
{
?>
|
|
|
|
|
Date :
2011-09-17 01:16:35 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พี่ค่ะทำตามโค้ดที่พี่แนะนำแล้วค่ะ
แต่ขึ้น Error แทนไม่ทราบว่าผิดตรงไหนค่ะ
Code (PHP)
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Sterio\html\user_nonsent.php on line 124
|
|
|
|
|
Date :
2011-09-17 11:17:33 |
By :
nooaoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$query = mysql_query($sql) or die(mysql_error(0 . '<br/>' . $sql);
|
|
|
|
|
Date :
2011-09-17 14:15:18 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|