1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-75, 25' at line 6

select p.products_id, p.products_model, pd.products_name, p.products_price, p.products_new_status, p.products_image_1, p.products_date_added from products p, products_description pd where p.products_status = '1' and p.products_id = pd.products_id and p.products_new_status = '1' and pd.language_id = '1' order by p.products_date_added DESC, pd.products_name limit -75, 25

[TEP STOP]