I'm using a variable!
<input type="text" name="MyTextInput" value=<?=$val ?>>




>From: "Brad S. Jackson" <[EMAIL PROTECTED]>
>To: "kaab kaoutar" <[EMAIL PROTECTED]>
>Subject: Re: [PHP] input textfield value cat!
>Date: Mon, 5 Mar 2001 10:08:21 -0600
>
>
>
>Make sure you have quotes around the value.
>
><input type="text" name="MyTextInput" value="MyValue">
>
>
>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]

Reply via email to