Warning: Missing argument 2 for format_metatags(), called in /srv/www/htdocs/hdigt3/html/product_info.php on line 80 and defined in /srv/www/htdocs/hdigt3/html/includes/functions/html_output.php on line 601 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 's Slide-Lock Reinigungspinsel') as rang
FROM
usr_hdigt3_1.products_sho' at line 10
SELECT
DISTINCT s.shop_id,
s.shopname,
s.logo,
s.url,
p.products_name,
p.products_id,
p.products_image,
p.products_price,
MATCH (p.products_name,p.products_description) AGAINST ('Meguiar's Slide-Lock Reinigungspinsel') as rang
FROM
usr_hdigt3_1.products_shops s,
usr_hdigt3_1.products p
WHERE
s.status = 1
AND
MATCH (p.products_name,p.products_description) AGAINST ('Meguiar's Slide-Lock Reinigungspinsel')
AND
s.shop_id = p.shop_id
AND
s.logo != 'images/noshoplogo.gif'
AND
s.shop_id != '68'
GROUP BY s.shop_id
ORDER BY rang DESC
LIMIT 5