|
Notice: Undefined variable: row_n1 in /u01/www/eurial/BIO/sous_gamme_liste.php on line 41
SELECT * FROM produit p
INNER JOIN gamme_produit gp ON gp.id_produit = p.id_produit
INNER JOIN gamme g ON g.id_gamme = gp.id_gamme
INNER JOIN marque m ON m.id_marque = p.id_marque
WHERE g.id_gamme =
AND p.enligne_produit = 1
ORDER BY p.id_marque, p.nom_produit ASC | 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.enligne_produit = 1
ORDER BY p.id_marque, p.nom_
Notice: Undefined variable: row_n1 in /u01/www/eurial/BIO/sous_gamme_liste.php on line 79
SELECT * FROM gamme
WHERE mere_gamme=
AND enligne_gamme = 1
AND id_pole=4
ORDER BY position_gamme | 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 enligne_gamme = 1
AND id_pole=4
ORDER
|