[PHP]Pb insertion BDD avec caractere \
Fermé
chot
Messages postés
21
Date d'inscription
vendredi 14 avril 2006
Statut
Membre
Dernière intervention
12 juin 2006
-
17 mai 2006 à 16:41
portailcine - 8 déc. 2006 à 23:41
portailcine - 8 déc. 2006 à 23:41
A voir également:
- [PHP]Pb insertion BDD avec caractere \
- Caractère ascii - Guide
- Caractere speciaux - Guide
- Caractère spéciaux - Guide
- Insertion liste déroulante excel - Guide
- Caractere speciaux mac - Guide
3 réponses
XwZ
Messages postés
94
Date d'inscription
dimanche 7 novembre 2004
Statut
Membre
Dernière intervention
13 septembre 2008
17 mai 2006 à 16:46
17 mai 2006 à 16:46
salut,
c'est quoi exactement ton code ?
c'est quoi exactement ton code ?
chot
Messages postés
21
Date d'inscription
vendredi 14 avril 2006
Statut
Membre
Dernière intervention
12 juin 2006
17 mai 2006 à 16:53
17 mai 2006 à 16:53
$saveDac = $_GET['DACRootPath'];
$insert2 = "UPDATE `dacserverdevice` SET `DACPath` = '$saveDac',
` WHERE `REFDevice` = '$id'";
$req = mysql_query($insert2) or die ("Query Failed! ".$insert2.mysql_error());
et $_GET['DACRootPath'] = "C:\\Documents\Tesxte.txt"
$insert2 = "UPDATE `dacserverdevice` SET `DACPath` = '$saveDac',
` WHERE `REFDevice` = '$id'";
$req = mysql_query($insert2) or die ("Query Failed! ".$insert2.mysql_error());
et $_GET['DACRootPath'] = "C:\\Documents\Tesxte.txt"