1. p.username ='' ลบออก
2. ขาดวงเล็บ เปิดปิดตรง OR
ครับ
Code (SQL)
SELECT *
FROM uploadfile as p
INNER JOIN tbl_type as t ON p.filetype=t.type_id
WHERE p.username <>'$username' AND
( p.filename LIKE '%$txtKeyword%' OR T.type_name LIKE '%$txtKeyword%' OR P.fileid LIKE '%$txtKeyword%' )
ORDER BY p.fileID DESC