Cannot execute query: SELECT c.cat_id, p.pd_id, p.pd_name, p.pd_image, p.pd_price, p.pd_model, c.cat_name, pd_model, p.pd_code, m.man_name
FROM tbl_product p, tbl_category c, tbl_manufacturer m
WHERE c.cat_id = 25
AND pd_id != 11459
AND p.cat_id = c.cat_id
AND m.man_id = p.man_id
AND pd_status = 1
AND pd_price >= 0 AND pd_price <= 0
ORDER BY ABS(pd_price - ) ASC
LIMIT 5
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ASC
LIMIT 5' at line 9(1064)