Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in
C:\AppServ\www\aoonjit\employee\employeelist.php on line
76
ใช้ภาษา php ครับ มัน error แจ้งเตือนแบบนี้อ่ะครับ รบกวนช่วยบอกแนวแก้ไขหน่อยนะครับ
[Spoil] คลิกเพื่อดูข้อความที่ซ่อนไว้<?php
$result = mysql_query("SELECT *,po.position_name,t.title_name FROM tbl_add_employee e inner join tbl_add_position po where po.position_id = e.e_designation inner join tbl_add_title t where t.title_id = e.e_title and e.b_id = " . (int)$_SESSION['objLogin']['b_id'] . "",$link);
while($row = mysql_fetch_array($result)){
$image = WEB_URL . 'img/no_image.jpg';
if(file_exists(ROOT_PATH . '/img/upload/' . $row['image']) && $row['image'] != ''){
$image = WEB_URL . 'img/upload/' . $row['image'];
}
?>
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given ช่วยด้วยครับ
ใช้ภาษา php ครับ มัน error แจ้งเตือนแบบนี้อ่ะครับ รบกวนช่วยบอกแนวแก้ไขหน่อยนะครับ
[Spoil] คลิกเพื่อดูข้อความที่ซ่อนไว้