mySQL WARNING!
DB Error: mySQL Error on Query : SELECT p.*, p.id as pid, c.name, c.id as cid,c.slug as cslug,
DATE_FORMAT(p.created, '%d-%m-%Y') as cdate
FROM products as p
LEFT JOIN categories as c ON c.id = p.cid
WHERE p.id >
AND p.cid =
ORDER BY p.created DESC LIMIT 0,10
More Information:
- Mysql Error : 1064
- Mysql Error no # : 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 p.cid =
ORDER BY p.created DESC LIMIT 0,10' at line 6
- Date : May 10, 2025, 2:11 am
- Referer:
- Script: /product/index.html