From: | Christophe Chauvet <christophe(at)kryskool(dot)org> |
---|---|
To: | BPascal <pascal62fr(at)free(dot)fr> |
Cc: | pgsql-fr-generale(at)postgresql(dot)org |
Subject: | Re: Problème d'insert |
Date: | 2008-10-16 12:31:48 |
Message-ID: | 48F73434.6050908@kryskool.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-fr-generale |
Bonjour
Oui c'est normal puisqu'il faut échapper certain caractères
donc
$nom="L'EPE"
donne
$nom="L\'EPE"
vous pouvez utilisez la fonction pg_escape_string
http://fr3.php.net/manual/fr/function.pg-escape-string.php
Cordialement,
Christophe Chauvet.
BPascal a écrit :
> Bonjour,
>
> Je fais un Insert sous PHP
> Pour la valeur $nom="L'EPE", l'Insert ne ce fait pas.
>
> Il dois bien y avoir une solution simple pour ce problème, mais je ne la
> trouve pas.
>
> Cordialement
From | Date | Subject | |
---|---|---|---|
Next Message | BPascal | 2008-10-16 16:00:23 | Re: Utilisation de PostgreSQL pour l authentification Apache |
Previous Message | BPascal | 2008-10-16 12:20:43 | Problème d'insert |