Top 10 Best 2024


1064: SELECT p.id,p.title,p.thumb,p.webp_thumb,p.alt2, p.short,p.price, pc.id as cateid,pc.category as categoryttitle FROM products p LEFT JOIN productcategories pc ON p.category=pc.id WHERE (p.pc=) AND (pc.showbrand=1 || pc.showbrand=3) AND (topten = 'Yes' ) ORDER BY toptenno DESC LIMIT 10
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 ') AND (pc.showbrand=1 || pc.showbrand=3) AND (topten = 'Yes' ) ORDER BY...' at line 5