Erreur php mysql
Résolu/Fermé
jaydailfr
Messages postés
121
Date d'inscription
samedi 12 juillet 2008
Statut
Membre
Dernière intervention
24 juin 2009
-
15 juil. 2008 à 17:33
pyschopathe - 24 juil. 2008 à 14:21
pyschopathe - 24 juil. 2008 à 14:21
A voir également:
- Erreur php mysql
- Erreur 0x80070643 - Accueil - Windows
- Erreur 0x80070643 Windows 10 : comment résoudre le problème de la mise à jour KB5001716 - Accueil - Windows
- Mysql community server - Télécharger - Bases de données
- Erreur 1001 outlook - Accueil - Bureautique
- Erreur 5000 france tv - Forum iPhone
1 réponse
Pascal_22
Messages postés
534
Date d'inscription
lundi 20 mars 2006
Statut
Membre
Dernière intervention
29 août 2014
54
15 juil. 2008 à 17:39
15 juil. 2008 à 17:39
Salut !!
Enlève la virgule en trop:
ton code : WHERE id_adherent = '$id', " ;
pour WHERE id_adherent = '$id' " ;
Redonne moi des des news !
Pascal_22
Enlève la virgule en trop:
ton code : WHERE id_adherent = '$id', " ;
pour WHERE id_adherent = '$id' " ;
Redonne moi des des news !
Pascal_22
15 juil. 2008 à 17:42
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 'WHERE id_adherent = ''' at line 8
ligne 8 = //récupération des valeurs des champs:
donc je ne comprend pas
15 juil. 2008 à 17:57
quel est le type de ton champs id_adherent (char,varchar, int, bigint,...) , car s'il est un int,bigint tu n'a pas besoin de le mettre entre apostrophe ?
redonne moi des news!
Pascal_22
15 juil. 2008 à 18:04
quel apostrophe , je dois enlever
15 juil. 2008 à 18:08
essaie ... WHERE id_adherent = $id " ;
au lieu de ... WHERE id_adherent = '$id' " ;
Pascal_22
15 juil. 2008 à 18:18
$sql = "UPDATE spip_fuaj_adherents
SET nom = '.$nom.',
prenom = '.$prenom.',
email = '.$email.',
adresse = '.$adresse.',
ville = '.$ville.',
code_postal = '.$code_postal.'
WHERE id_adherent = '.$id.'" ;