Lorsque que je lance cette requete :
$req_select_info_2_1 = mysql_query("SELECT numero_rue_1, rue_1, code_postal_1, ville_1,
pays_1, batiment_1, etage_1, porte_1 FROM inscription WHERE numero_rue_1 =
'$select_numero_rue_1' AND rue_1 = '$select_rue_1' AND code_postal_1 = '$select_code_postal_1'
AND ville_1 = '$select_ville_1' AND pays_1 = '$select_pays_1' AND batiment_1 =
'$select_batiment_1' AND etage_1 = '$select_etage_1' AND porte_1 = '$select_porte_1' AND
identifiant != '$identifiant'") or die ('3 '.mysql_error());
Cette erreur apparait :
Et je n'arrive toujours pas à localiser l'erreur3 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 code_postal_1 = '$code_postal_1' AND ville_1 = '$villle_1' AND pays_
Quelqu'un l'aurai t-il aperçue ? Merci.