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 ')
AND p.products_id <> 13196
ORDER BY p.products_id DESC
LIMI' at line 6
SQL: SELECT DISTINCT(p.products_id), p.products_image, pd.products_name
FROM products p, products_description pd, products_to_categories p2c
WHERE p.products_id = pd.products_id
AND p.products_id = p2c.products_id
AND p.products_retail_status = 1
AND p2c.categories_id IN ()
AND p.products_id <> 13196
ORDER BY p.products_id DESC
LIMIT 5