|
|
|
|
|
|
|
Warning: implode() [function.implode]: Bad arguments. in /home/shopping/public_html/catalog/includes/functions/general.php on line 288
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 ') order by h.home_id desc limit 10' at line 1
select distinct p.products_id, substring(pd.products_name, 1, 30) as products_name from products_description pd, products p, home h where pd.products_id = p.products_id and p.products_id = h.products_id and h.home_status = 1 and p.products_status = '1' and h.categories_id in () order by h.home_id desc limit 10
[TEP STOP]
| |