Database error: Invalid SQL: SELECT products.id, products.dept, products.cat, products.subcat, products.Make, products.Product, products.Description, products.Price, products.thumbname, products.imageid, products.img_width , products.img_height, products.imagetype, reviews.overview FROM products inner join reviews on products.id=reviews.id WHERE products.Make like 'L'-AUTRE-CHOSE%' and imageid>0 ORDER BY timestamp DESC LIMIT 0,1 MySQL Error: 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 '' and imageid>0 ORDER BY timestamp DESC LIMIT 0,1' at line 1)