

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 '' at line 1
SELECT id_produit FROM auto_produit WHERE id_ss_famille=
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/espaceauto/fr/page-produit.php on line 67
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 nom_produit_fr LIMIT 0,10' at line 1
SELECT id_produit, nom_produit_fr, description_produit_fr, image_produit, sur_commande_produit, nouveaute_produit, rupture_produit, image_marque, nom_marque, url_marque FROM auto_produit LEFT JOIN auto_marque ON auto_marque.id_marque=auto_produit.id_marque WHERE id_ss_famille= ORDER BY nom_produit_fr LIMIT 0,10
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/espaceauto/fr/page-produit.php on line 107