Top sélection Longues-vues
SELECT img1_prod,
id_prod
FROM produit A
WHERE ( A.id_sous_famille = '81'
OR A.id_sous_famille_secondaire LIKE '%|81|%')
AND statut_prod = '1'
AND dispo_prod < 4
AND id_prod NOT IN (99999,7024,7350,7461,)
ORDER BY RAND()
LIMIT 0,1
Erreur : 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 ') ORDER BY RAND() LIMIT 0,1' at line 8
Fichier : /famille.php