You need quotes around multi-word values in HTML.

<INPUT NAME=foo VALUE=this is wrong>
<INPUT NAME=bar VALUE="This is right">

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: "kaab kaoutar" <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Monday, March 05, 2001 9:27 AM
Subject: [PHP] input textfield value cat!


> Hi!
> i'm storing values in session variables, when i get a value wich is a
> sequence of words seperated by space, it echoes successfully but when i
try
> to initialize the value of an input textfield with it   i got only the
first
> word! i tried to encode decode but no way !
> Thanks
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to