1064 - 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 'DISPLAY_PRODUCTS_TREADMILL' at line 4
SELECT p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_shippingtime, p.products_image, p.products_vpe_status, p.products_vpe_value, p.products_vpe, p.products_fsk18
FROM products p, products_description pd
WHERE p.products_id=pd.products_id AND (p.products_image != '' OR p.products_image != NULL) AND p.products_status = '1' AND pd.language_id = '2' ORDER BY RAND() asc
LIMIT DISPLAY_PRODUCTS_TREADMILL
[XT SQL Error]