From: C y b e r T e c h @ L i s t s . E x M a c h i n a . n e t
<http://www.cybercafe21.net> & <http://www.cybercafe21.tv>
Bonjour,
Je n'ai pas tout ton code mais il y a deux solutions normalement...
dans un script
echo"<input type=\"text\" name=\"descriptif\" value=\"$descriptif\"
size=255>"
ou bien directement en html
<input type="text" name="descriptif" value="<? =$descriptif ?>" size=255>"
Pat
----- Original Message -----
From: Christophe Finet <[EMAIL PROTECTED]>
To: Philippe Hollaert <[EMAIL PROTECTED]>; CyberTech
<[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 1:17 PM
Subject: RE: [CCTK] petit probl�me php
> From: C y b e r T e c h @ L i s t s . E x M a c h i n a . n e t
> <http://www.cybercafe21.net> & <http://www.cybercafe21.tv>
>
> La solution :
>
> il suffissait de remplacer value='$descriptif' par value=\"$descriptif\"
(si
> quelqu'un sait me dire pourquoi!!)
>
> donc ... <input type='text' name='descriptif' value='$descriptif'
size=255>
> devient ...<input type='text' name='descriptif' value=\"$descriptif\"
> size=255>
>
> les Add et strip slashes ne fonctionnaient pas pour mon formulaire modif.
>
> >===== Original Message From "Philippe Hollaert" <[EMAIL PROTECTED]>
=====
> >From: C y b e r T e c h @ L i s t s . E x M a c h i n a . n e t
> ><http://www.cybercafe21.net> & <http://www.cybercafe21.tv>
> >
> >On Mon, 13 Aug 2001 09:59:51 +0200, Christophe Finet wrote:
> >
> >*->Y a t il une fonction qui peut lui expliquer que le ' fais partie de
mon
> >*->string
> >
> >$str=AddSlashes($str); // te fera passer le ' via l'url, mais precede
d'un /
> >$str=StripSlashes($str); // t'enlevera le / devant le '
> >
> >
> >--
> >[ Philippe Hollaert - [EMAIL PROTECTED] ]
> >[ d.o.n.t.�.e.l.i.e.v.e.t.h.e.h.�.p.e ]
> >
> >
> >
> >- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> >CCTK vous est offert par Emakina <http://www.emakina.com>
> >Pour vous desabonner <mailto:[EMAIL PROTECTED]>
>
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> CCTK vous est offert par Emakina <http://www.emakina.com>
> Pour vous desabonner <mailto:[EMAIL PROTECTED]>
>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CCTK vous est offert par Emakina <http://www.emakina.com>
Pour vous desabonner <mailto:[EMAIL PROTECTED]>