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 '-15, 15' at line 43
select p.products_id,
p.products_model,
pd.products_name,
pd.products_description,
p.products_date_added,
p.products_price,
p.products_tax_class_id,
p.products_image
from products p, products_description pd
where p.products_status = '1'
and p.products_neuheit = '1'
and p.products_id = pd.products_id
and pd.language_id = '3'
order by p.products_date_added DESC limit -15, 15
[XT SQL Error] IN /cop_products_new.php