SELECT products.*,product_categories.category_name
FROM products INNER JOIN product_categories ON products.category_id = product_categories.category_id
WHERE products.id = 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 '' at line 3