1 2 3 4 5 6 7 8 9 10 11 12 13
| l semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.
ERROR: Apostrophe non fermé @ 178
STR: "
SQL:
select nomclt, prenom, societe, cp, ville, tel, fax, email from " .client. ", " .produit. " where " .produit.".id_produit=' 23 ' and " .produit. ".pdt_id_clt=" .clien t.".id_clt";
requête SQL: Documentation
select nomclt, prenom, societe, cp, ville, tel, fax, email from " .client. ", " .produit. " where " .produit.".id_produit=' 23 ' and " .produit. ".pdt_id_clt=" .clien t.".id_clt";
MySQL a répondu:Documentation
#1064 - Erreur de syntaxe pr�s de '" .client. ", " .produit. " where " .produit.".id_produit=' 23 '' � la ligne 1 |