Erreur SQL !
SELECT R.*, SR.*, P.*, M.id_marque, M.nom_marque, M.id_fournisseur, M.logo FROM btl_rub R, btl_srub SR, btl_produits P, btl_marques M
WHERE P.id_rub = R.id_rub
AND P.id_srub = SR.id_srub
AND P.id_marque = M.id_marque
AND P.id_prod =
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 '' at line 9